Subversion Repositories eFlore/Applications.del

Rev

Rev 959 | Rev 1085 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 959 Rev 1084
Line 44... Line 44...
44
		public void reinitialiserVotes();
44
		public void reinitialiserVotes();
Line 45... Line 45...
45
 
45
 
Line 46... Line 46...
46
		public void rafraichir(int moyenneVote, int nbVotes);
46
		public void rafraichir(int moyenneVote, int nbVotes);
-
 
47
 
-
 
48
		public void ajouterAuParent(HasWidgets composite);
47
 
49
		
Line 48... Line 50...
48
		public void ajouterAuParent(HasWidgets composite);
50
		public void afficherVotePrisEnCompte();
49
	}
51
	}
50
 
52
 
Line 100... Line 102...
100
				enregistrerVote();
102
				enregistrerVote();
101
				vue.masquerBoutonVoter();
103
				vue.masquerBoutonVoter();
102
				vue.masquerBoutonAnnuler();
104
				vue.masquerBoutonAnnuler();
103
				vue.afficherNbVotes();
105
				vue.afficherNbVotes();
104
				vue.reinitialiserVotes();
106
				vue.reinitialiserVotes();
-
 
107
				vue.afficherVotePrisEnCompte();
105
			}
108
			}
106
		});
109
		});
107
	}
110
	}
Line 108... Line 111...
108
 
111