Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1329 Rev 1367
Line 254... Line 254...
254
		return bouton;
254
		return bouton;
255
	}
255
	}
Line 256... Line 256...
256
	
256
	
257
	private void actualiserGrille() {
257
	private void actualiserGrille() {
258
		if (mode.equals(Formulaire.MODE_MODIFIER)) {
258
		if (mode.equals(Formulaire.MODE_MODIFIER)) {
259
			mediateur.selectionnerCollectionAPublication(this, collection.getId());
259
			mediateur.selectionnerCollectionAPublication(this, collection.getId(), null);
260
		} else {
260
		} else {
261
			grille.getStore().removeAll();
261
			grille.getStore().removeAll();
262
			layout();
262
			layout();
263
		}
263
		}