Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1269 Rev 1279
Line 234... Line 234...
234
		cbProjets.setTriggerAction(TriggerAction.ALL);
234
		cbProjets.setTriggerAction(TriggerAction.ALL);
235
		cbProjets.setStore(storeProjets);
235
		cbProjets.setStore(storeProjets);
236
		cbProjets.setAllowBlank(false);
236
		cbProjets.setAllowBlank(false);
237
		cbProjets.addStyleName(ComposantClass.OBLIGATOIRE);
237
		cbProjets.addStyleName(ComposantClass.OBLIGATOIRE);
238
		cbProjets.addListener(Events.Valid, creerEcouteurChampObligatoire());
238
		cbProjets.addListener(Events.Valid, creerEcouteurChampObligatoire());
239
		fsProjet.add(cbProjets, new FormData(450, 0));
239
		fsProjet.add(cbProjets, new FormData(250, 0));
Line 240... Line 240...
240
		
240
		
Line 241... Line 241...
241
		hmIdentite.put("cbProjets", cbProjets);
241
		hmIdentite.put("cbProjets", cbProjets);