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 157... Line 157...
157
	public ListStore<Publication> getStore() {
157
	public ListStore<Publication> getStore() {
158
		return store;
158
		return store;
159
	}
159
	}
Line 160... Line 160...
160
 
160
 
-
 
161
	private void clicListe(Publication publication) {
161
	private void clicListe(Publication publication) {
162
		if (publication != null && store.getCount() > 0) {
-
 
163
			mediateur.clicListePublication(publication);
162
		mediateur.clicListePublication(publication);
164
		}
Line 163... Line 165...
163
	}
165
	}
164
 
166
 
165
	private void gererEtatActivationBouton() {
167
	private void gererEtatActivationBouton() {