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 599... Line 599...
599
			}
599
			}
600
		}
600
		}
601
	}
601
	}
Line 602... Line 602...
602
	
602
	
603
	private void obtenirCommentairesSaisis(String titre) {
603
	private void obtenirCommentairesSaisis(String titre) {
604
		mediateur.selectionnerCommentaireParTitre(this, titre+"%"); 
604
		mediateur.selectionnerCommentaireParTitre(this, titre+"%", null); 
Line 605... Line 605...
605
	}
605
	}
606
	
606
	
607
	private void actualiserGrille() {
607
	private void actualiserGrille() {
608
		if (mode.equals(Formulaire.MODE_MODIFIER)) {
608
		if (mode.equals(Formulaire.MODE_MODIFIER)) {
609
			mediateur.selectionnerCollectionACommentaire(this, collection.getId());
609
			mediateur.selectionnerCollectionACommentaire(this, collection.getId(), null);
610
		} else {
610
		} else {
611
			grille.getStore().removeAll();
611
			grille.getStore().removeAll();
612
			layout();
612
			layout();