Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1246 Rev 1322
Line 125... Line 125...
125
		projetsCombo.setTriggerAction(TriggerAction.ALL);
125
		projetsCombo.setTriggerAction(TriggerAction.ALL);
126
		projetsCombo.setStore(new ListStore<Projet>());
126
		projetsCombo.setStore(new ListStore<Projet>());
127
		projetsCombo.addStyleName(ComposantClass.OBLIGATOIRE);
127
		projetsCombo.addStyleName(ComposantClass.OBLIGATOIRE);
128
		projetsCombo.addListener(Events.Valid, Formulaire.creerEcouteurChampObligatoire());
128
		projetsCombo.addListener(Events.Valid, Formulaire.creerEcouteurChampObligatoire());
129
		liaisonFieldSet.add(projetsCombo, new FormData(450, 0));
129
		liaisonFieldSet.add(projetsCombo, new FormData(450, 0));
130
		mediateur.selectionnerProjet(this, null);
130
		mediateur.selectionnerProjet(this, null, null);
Line 131... Line 131...
131
		
131
		
132
		structuresCombo = new ComboBox<Structure>();
132
		structuresCombo = new ComboBox<Structure>();
133
		structuresCombo.setTabIndex(tabIndex++);
133
		structuresCombo.setTabIndex(tabIndex++);
134
		structuresCombo.setFieldLabel(i18nC.lienStructureCollection());
134
		structuresCombo.setFieldLabel(i18nC.lienStructureCollection());