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 51... Line 51...
51
	public void go(HasWidgets container) {
51
	public void go(HasWidgets container) {
52
		container.add(vue.asWidget());
52
		container.add(vue.asWidget());
53
	}
53
	}
Line 54... Line 54...
54
 
54
 
-
 
55
	public void afficherVotes(MoyenneVote moyenneVote) {
55
	public void afficherVotes(MoyenneVote moyenneVote) {
56
		
56
		this.moyenneVote = moyenneVote;
57
		this.moyenneVote = moyenneVote;
-
 
58
		int score = moyenneVote.getScore();
57
		int score = moyenneVote.getScore();
59
 
58
		String intitule = moyenneVote.getIntituleAssocie();
60
		String intitule = moyenneVote.getIntituleAssocie();
59
		PropositionDetermination proposition = moyenneVote.getPropositionAssociee();
61
		PropositionDetermination proposition = moyenneVote.getPropositionAssociee();
60
		boolean estPropositionInitiale = false;
62
		boolean estPropositionInitiale = false;
61
		if (proposition != null) {
63
		if (proposition != null) {