Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 202 Rev 682
Line 177... Line 177...
177
	 */
177
	 */
178
	public void afficherFiltre() {
178
	public void afficherFiltre() {
Line 179... Line 179...
179
 
179
 
180
		champRecherche.setValue(motsAChercher);
180
		champRecherche.setValue(motsAChercher);
-
 
181
	}
-
 
182
 
-
 
183
	public void viderFiltre() {
-
 
184
		champRecherche.setValue("");
-
 
185
		motsAChercher = "";
181
	}
186
	}