Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 340 Rev 683
Line 104... Line 104...
104
		if(champRecherche.isCreated()) {
104
		if(champRecherche.isCreated()) {
105
			champRecherche.reset();
105
			champRecherche.reset();
106
			valeurRecherchee = "";
106
			valeurRecherchee = "";
107
		}
107
		}
108
	}
108
	}
-
 
109
 
-
 
110
	public void viderFiltre() {
-
 
111
		champRecherche.setValue("");
-
 
112
		valeurRecherchee = "";
-
 
113
	}
109
}
114
}