Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1026 Rev 1050
Line 52... Line 52...
52
 
52
 
53
	public void afficherVotes(MoyenneVote moyenneVote) {
53
	public void afficherVotes(MoyenneVote moyenneVote) {
54
		this.moyenneVote = moyenneVote;
54
		this.moyenneVote = moyenneVote;
55
		int score = moyenneVote.getScore();
55
		int score = moyenneVote.getScore();
-
 
56
		String intitule = moyenneVote.getIntituleAssocie();
56
		String intitule = moyenneVote.getIntituleAssocie();
57
		
57
		vue.afficherVotes(score, intitule);
58
		vue.afficherVotes(score, intitule);
58
		if (score > 0) {
59
		if (score > 0) {
59
			vue.setPourcentage(score);
60
			vue.setPourcentage(score);
60
		}
61
		}