Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 865 Rev 900
Line 134... Line 134...
134
		}
134
		}
135
	}
135
	}
Line 136... Line 136...
136
	
136
	
137
	private void gererEtatActivationBouton() {
137
	private void gererEtatActivationBouton() {
-
 
138
		int nbreElementDuMagazin = store.getCount();
138
		int nbreElementDuMagazin = store.getCount();
139
		ajouter.enable();
139
		if (nbreElementDuMagazin == 0) {
140
		if (nbreElementDuMagazin == 0) {
140
			supprimer.disable();
141
			supprimer.disable();
141
			modifier.disable();
142
			modifier.disable();
142
		} else if (nbreElementDuMagazin > 0) {
143
		} else if (nbreElementDuMagazin > 0) {