Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 647 Rev 648
Line 203... Line 203...
203
	private ComboBox<Projet> projetsCombo = null;
203
	private ComboBox<Projet> projetsCombo = null;
204
	private CellEditor fonctionEditor = null;
204
	private CellEditor fonctionEditor = null;
205
	private List<Valeur> fonctionsListe = null;
205
	private List<Valeur> fonctionsListe = null;
Line 206... Line 206...
206
 
206
 
207
	public StructureForm(Mediateur mediateurCourrant, String modeDeCreation) {
-
 
208
		super(mediateurCourrant, modeDeCreation);
207
	public StructureForm(Mediateur mediateurCourrant, String modeDeCreation) {
209
		menuIdCourant = MenuApplicationId.STRUCTURE;
-
 
210
		creerOnglets();
-
 
211
		creerBarreOutilsValidation();
-
 
212
		add(panneauFormulaire);
208
		initialiserFormulaire(mediateurCourrant, modeDeCreation, MenuApplicationId.STRUCTURE);
Line 213... Line 209...
213
	}
209
	}
214
	
210
	
215
	protected void creerOnglets() {
211
	protected void creerOnglets() {