Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 851 Rev 865
Line 119... Line 119...
119
		});
119
		});
120
		add(grille);
120
		add(grille);
121
	}
121
	}
Line 122... Line 122...
122
 
122
 
-
 
123
	private void clicListe(Structure structure) {
123
	private void clicListe(Structure structure) {
124
		if (structure != null && store.getCount() > 0) {
-
 
125
			mediateur.clicListeStructure(structure);
124
		mediateur.clicListeStructure(structure);
126
		}
Line 125... Line 127...
125
	}
127
	}
126
	
128
	
127
	private void clicSupprimerStructure(List<Structure> structuresASupprimer) {
129
	private void clicSupprimerStructure(List<Structure> structuresASupprimer) {