Subversion Repositories eFlore/Applications.coel

Rev

Rev 877 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 877 Rev 908
Line 212... Line 212...
212
		GWT.log("Le résultat dans supprimer est : "+grille.getSelectionModel().getSelection().size()+" ", null);
212
		GWT.log("Le résultat dans supprimer est : "+grille.getSelectionModel().getSelection().size()+" ", null);
213
		for(Iterator<Projet> it = selPub.iterator(); it.hasNext();) {
213
		for(Iterator<Projet> it = selPub.iterator(); it.hasNext();) {
214
			GWT.log("Le résultat dans rafraichir est : "+grille.getSelectionModel().getSelection().size()+" ", null);
214
			GWT.log("Le résultat dans rafraichir est : "+grille.getSelectionModel().getSelection().size()+" ", null);
215
			grille.getStore().remove(it.next());
215
			grille.getStore().remove(it.next());
216
		}
216
		}
217
		grille.reconfigure(store, modeleDesColonnes);
-
 
218
		layout(true);
217
		layout(true);
219
	}
218
	}
Line 220... Line 219...
220
 
219