Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 980 Rev 981
Line 144... Line 144...
144
		nomChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
144
		nomChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
145
		generalitesFieldset.add(nomChp, new FormData(450, 0));
145
		generalitesFieldset.add(nomChp, new FormData(450, 0));
Line 146... Line 146...
146
		
146
		
147
		abreviationChp = new TextField<String>();
147
		abreviationChp = new TextField<String>();
-
 
148
		abreviationChp.setFieldLabel("Abréviation");
148
		abreviationChp.setFieldLabel("Abréviation");
149
		abreviationChp.addStyleName(ComposantClass.OBLIGATOIRE);
149
		abreviationChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
150
		abreviationChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
Line 150... Line 151...
150
		generalitesFieldset.add(abreviationChp, new FormData(450, 0));
151
		generalitesFieldset.add(abreviationChp, new FormData(450, 0));
151
		
152
		
-
 
153
		descriptionChp = new TextArea();
152
		descriptionChp = new TextArea();
154
		descriptionChp.setFieldLabel("Description");
153
		descriptionChp.setFieldLabel("Description");
155
		descriptionChp.addStyleName(ComposantClass.OBLIGATOIRE);
Line 154... Line 156...
154
		descriptionChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
156
		descriptionChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
155
		generalitesFieldset.add(descriptionChp, new FormData(450, 0));
157
		generalitesFieldset.add(descriptionChp, new FormData(450, 0));
-
 
158
		
156
		
159
		resumeChp = new TextArea();
157
		resumeChp = new TextArea();
160
		resumeChp.setFieldLabel("Résumé");
Line 158... Line 161...
158
		resumeChp.setFieldLabel("Résumé");
161
		resumeChp.addStyleName(ComposantClass.OBLIGATOIRE);
159
		resumeChp.addListener(Events.Valid, creerEcouteurChampObligatoire());
162
		resumeChp.addListener(Events.Valid, creerEcouteurChampObligatoire());