Subversion Repositories eFlore/Applications.cel

Rev

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

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