Subversion Repositories eFlore/Applications.del

Rev

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

Rev 978 Rev 1075
Line 94... Line 94...
94
	protected void gererEvenements() {
94
	protected void gererEvenements() {
95
		vue.getBoutonValidationCommentaire().addClickHandler(new ClickHandler() {
95
		vue.getBoutonValidationCommentaire().addClickHandler(new ClickHandler() {
Line 96... Line 96...
96
 
96
 
97
			@Override
97
			@Override
98
			public void onClick(ClickEvent event) {
-
 
99
 
98
			public void onClick(ClickEvent event) {
100
				if (!validerNomPrenom() || !validerCommentaire()) {
99
				if (!validerNomPrenom() || !validerCommentaire()) {
101
					return;
100
					return;
Line 102... Line 101...
102
				}
101
				}
103
 
102
 
104
				surValidationCommentaire();
103
				surValidationCommentaire();
105
			}
104
			}
Line 106... Line 105...
106
		});
105
		});
107
	}
-
 
108
 
106
	}
109
	public void surValidationCommentaire() {
107
 
110
 
108
	public void surValidationCommentaire() {
111
		String texteCommentaire = vue.getCommentaire().getText();
109
		String texteCommentaire = vue.getCommentaire().getText();
112
		String idUtilisateur = null;
110
		String idUtilisateur = null;