Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1080 Rev 1088
Line 215... Line 215...
215
			Projet projetCourant = it.next();
215
			Projet projetCourant = it.next();
216
			if (!idsNonSuppr.contains(projetCourant.getId().toString()))	{
216
			if (!idsNonSuppr.contains(projetCourant.getId().toString()))	{
217
				grille.getStore().remove(projetCourant);
217
				grille.getStore().remove(projetCourant);
218
			}
218
			}
219
		}
219
		}
-
 
220
		
-
 
221
		//Mettre à jour les filtres
-
 
222
		mediateur.mettreFiltreAJour(grille.getStore().getModels());
-
 
223
		
220
		layout(true);
224
		layout(true);
-
 
225
		
-
 
226
		
-
 
227
		
221
	}
228
	}
Line 222... Line 229...
222
 
229