Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1342 Rev 1359
Line 124... Line 124...
124
		
124
		
125
		String displayNameProjets = "cpr_nom";
125
		String displayNameProjets = "cpr_nom";
Line 126... Line 126...
126
		ProxyProjets<ModelData> proxyProjets = new ProxyProjets<ModelData>();
126
		ProxyProjets<ModelData> proxyProjets = new ProxyProjets<ModelData>();
127
		
127
		
128
		projetsCombo = new ChampComboBoxRechercheTempsReelPaginable(proxyProjets, modelTypeProjets, displayNameProjets);
128
		projetsCombo = new ChampComboBoxRechercheTempsReelPaginable(proxyProjets, modelTypeProjets, displayNameProjets);
129
		projetsCombo.setWidth(250, 600);
129
		projetsCombo.setWidth(250, 650);
130
		projetsCombo.getCombo().setTabIndex(tabIndex++);
130
		projetsCombo.getCombo().setTabIndex(tabIndex++);
131
		projetsCombo.getCombo().setFieldLabel(i18nC.projetChamp());
131
		projetsCombo.getCombo().setFieldLabel(i18nC.projetChamp());
132
		projetsCombo.getCombo().setForceSelection(true);
132
		projetsCombo.getCombo().setForceSelection(true);
Line 163... Line 163...
163
		
163
		
164
		String displayNameStructures = "cs_nom";
164
		String displayNameStructures = "cs_nom";
Line 165... Line 165...
165
		ProxyStructures<ModelData> proxyStructures = new ProxyStructures<ModelData>();
165
		ProxyStructures<ModelData> proxyStructures = new ProxyStructures<ModelData>();
166
		
166
		
167
		structuresCombo = new ChampComboBoxRechercheTempsReelPaginable(proxyStructures, modelTypeStructures, displayNameStructures);
167
		structuresCombo = new ChampComboBoxRechercheTempsReelPaginable(proxyStructures, modelTypeStructures, displayNameStructures);
168
		structuresCombo.setWidth(250, 600);
168
		structuresCombo.setWidth(250, 650);
169
		structuresCombo.getCombo().setTabIndex(tabIndex++);
169
		structuresCombo.getCombo().setTabIndex(tabIndex++);
Line 170... Line 170...
170
		structuresCombo.getCombo().setFieldLabel(i18nC.lienStructureCollection());
170
		structuresCombo.getCombo().setFieldLabel(i18nC.lienStructureCollection());
Line 200... Line 200...
200
		
200
		
201
		String displayNameCollections = "cc_nom";
201
		String displayNameCollections = "cc_nom";
Line 202... Line 202...
202
		ProxyCollections<ModelData> proxyCollections = new ProxyCollections<ModelData>();
202
		ProxyCollections<ModelData> proxyCollections = new ProxyCollections<ModelData>();
203
		
203
		
204
		collectionsCombo = new ChampComboBoxRechercheTempsReelPaginable(proxyCollections, modelTypeCollections, displayNameCollections);
204
		collectionsCombo = new ChampComboBoxRechercheTempsReelPaginable(proxyCollections, modelTypeCollections, displayNameCollections);
205
		collectionsCombo.setWidth(250, 600);
205
		collectionsCombo.setWidth(250, 650);
206
		collectionsCombo.getCombo().setTabIndex(tabIndex++);
206
		collectionsCombo.getCombo().setTabIndex(tabIndex++);
Line 207... Line 207...
207
		collectionsCombo.getCombo().setFieldLabel(i18nC.lienMereCollection());
207
		collectionsCombo.getCombo().setFieldLabel(i18nC.lienMereCollection());