Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1680 Rev 1880
Line 131... Line 131...
131
		classementFieldSet.setHeadingHtml(i18nC.collectionClassementTitre());
131
		classementFieldSet.setHeadingHtml(i18nC.collectionClassementTitre());
132
		classementFieldSet.setCollapsible(true);
132
		classementFieldSet.setCollapsible(true);
133
		classementFieldSet.setLayout(Formulaire.creerFormLayout(largeurLabelDefaut, alignementLabelDefaut));
133
		classementFieldSet.setLayout(Formulaire.creerFormLayout(largeurLabelDefaut, alignementLabelDefaut));
Line 134... Line 134...
134
 
134
 
135
		etatClassementCombo  = new ChampComboBoxListeValeurs(i18nC.etatClassementCollection(), "etatClassement", tabIndex++);
135
		etatClassementCombo  = new ChampComboBoxListeValeurs(i18nC.etatClassementCollection(), "etatClassement", tabIndex++);
Line 136... Line 136...
136
		classementFieldSet.add(etatClassementCombo);
136
		classementFieldSet.add(etatClassementCombo, new FormData(550, 0));
137
 
137
 
138
		annotationClassementChp = new TextArea();
138
		annotationClassementChp = new TextArea();