Subversion Repositories eFlore/Applications.del

Rev

Rev 1026 | Rev 1060 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1026 Rev 1051
Line 33... Line 33...
33
		animerVotePrisEnCompte = new InfoBulleAnim(votePrisEnCompte);
33
		animerVotePrisEnCompte = new InfoBulleAnim(votePrisEnCompte);
34
		animerVoteModifie = new InfoBulleAnim(voteModifie);
34
		animerVoteModifie = new InfoBulleAnim(voteModifie);
35
	}
35
	}
Line 36... Line 36...
36
 
36
 
37
	@Override
37
	@Override
38
	public void afficherVotes(int pourcentage, String nomTaxon) {
38
	public void afficherVotes(int pourcentage, String nomTaxon, boolean estPropositionInitiale) {
39
		this.nomTaxon.setText(nomTaxon);
39
		this.nomTaxon.setText(nomTaxon);
-
 
40
		this.nomTaxon.setTitle(nomTaxon);
-
 
41
		
-
 
42
		if (estPropositionInitiale) {
-
 
43
			this.nomTaxon.addStyleName("propositionInitiale");
Line 40... Line 44...
40
		this.nomTaxon.setTitle(nomTaxon);
44
		}
Line 41... Line 45...
41
 
45
 
42
		if (pourcentage > -1) {
46
		if (pourcentage > -1) {