Subversion Repositories eFlore/Applications.coel

Rev

Rev 639 | Rev 648 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 639 Rev 647
Line 206... Line 206...
206
 
206
 
207
	public StructureForm(Mediateur mediateurCourrant, String modeDeCreation) {
207
	public StructureForm(Mediateur mediateurCourrant, String modeDeCreation) {
208
		super(mediateurCourrant, modeDeCreation);
208
		super(mediateurCourrant, modeDeCreation);
209
		menuIdCourant = MenuApplicationId.STRUCTURE;
209
		menuIdCourant = MenuApplicationId.STRUCTURE;
-
 
210
		creerOnglets();
210
		creerOnglets();
211
		creerBarreOutilsValidation();
211
		add(panneauFormulaire);
212
		add(panneauFormulaire);
Line 212... Line 213...
212
	}
213
	}
213
	
214