Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 875 Rev 928
Line 116... Line 116...
116
			}
116
			}
117
		});
117
		});
118
		projetsCombo.setTriggerAction(TriggerAction.ALL);
118
		projetsCombo.setTriggerAction(TriggerAction.ALL);
119
		projetsCombo.setStore(new ListStore<Projet>());
119
		projetsCombo.setStore(new ListStore<Projet>());
120
		liaisonFieldSet.add(projetsCombo, new FormData(450, 0));
120
		liaisonFieldSet.add(projetsCombo, new FormData(450, 0));
121
		mediateur.selectionnerProjets(this);
121
		mediateur.selectionnerProjet(this, null);
Line 122... Line 122...
122
		
122
		
123
		structuresCombo = new ComboBox<Structure>();
123
		structuresCombo = new ComboBox<Structure>();
124
		structuresCombo.setTabIndex(tabIndex++);
124
		structuresCombo.setTabIndex(tabIndex++);
125
		structuresCombo.setFieldLabel(i18nC.lienStructureCollection());
125
		structuresCombo.setFieldLabel(i18nC.lienStructureCollection());