Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1430 Rev 1442
Line 199... Line 199...
199
 
199
 
200
	/*-----------------------------
200
	/*-----------------------------
201
	  		Rafraichir
201
	  		Rafraichir
202
	-----------------------------*/
202
	-----------------------------*/
203
	public void rafraichir(Object nouvellesDonnees) {
-
 
204
		
203
	public void rafraichir(Object nouvellesDonnees) {
205
		if (nouvellesDonnees instanceof Information) {
204
		if (nouvellesDonnees instanceof Information) {
206
			Information info = (Information) nouvellesDonnees;
205
			Information info = (Information) nouvellesDonnees;
207
			if (info.getType().equals("selectionnerValeurCombo")) {
206
			if (info.getType().equals("selectionnerValeurCombo")) {
208
				if (combo.getStore().findModel(champValeurInitiale, valeurInitiale) == null) Debug.log("ERREUR. Modele non trouvé");
207
				if (combo.getStore().findModel(champValeurInitiale, valeurInitiale) == null) Debug.log("ERREUR. Modele non trouvé");