Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1025 → Rev 1026

/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/BarreRepartitionVotePresenteur.java
31,6 → 31,7
public void afficherVotePrisEnCompte(boolean b);
public void afficherVoteModifie(boolean b);
public void toggleNomEspece();
public void setPourcentage(int pourcentage);
}
 
private Vue vue;
54,6 → 55,9
int score = moyenneVote.getScore();
String intitule = moyenneVote.getIntituleAssocie();
vue.afficherVotes(score, intitule);
if (score > 0) {
vue.setPourcentage(score);
}
afficherValeurVoteUtilisateur();
}