Subversion Repositories eFlore/Applications.del

Rev

Rev 1124 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1124 Rev 1833
Line 41... Line 41...
41
 
41
 
42
	@Override
42
	@Override
43
	public void afficherVotes(int pourcentage, String nomTaxon, String auteur, boolean estPropositionInitiale) {
43
	public void afficherVotes(int pourcentage, String nomTaxon, String auteur, boolean estPropositionInitiale) {
44
		this.nomTaxon.setText(nomTaxon);
44
		this.nomTaxon.setText(nomTaxon);
45
		this.nomTaxon.setTitle(nomTaxon + " - " + auteur);
-
 
46
		if (pourcentage > 0) {
45
		this.nomTaxon.setTitle(nomTaxon + " - " + auteur);
47
			score.setText(String.valueOf(pourcentage));
-
 
48
		}
46
		score.setText(String.valueOf(pourcentage));
49
		if (estPropositionInitiale) {
47
		if (estPropositionInitiale) {
50
			this.nomTaxon.addStyleName("propositionInitiale");
48
			this.nomTaxon.addStyleName("propositionInitiale");
51
		}
49
		}