Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1513 Rev 1526
Line 115... Line 115...
115
		liaisonFieldSet.setHeading(i18nC.liaisonTitreCollection());
115
		liaisonFieldSet.setHeading(i18nC.liaisonTitreCollection());
116
		liaisonFieldSet.setCollapsible(true);
116
		liaisonFieldSet.setCollapsible(true);
117
		liaisonFieldSet.setLayout(Formulaire.creerFormLayout(largeurLabelDefaut, alignementLabelDefaut));
117
		liaisonFieldSet.setLayout(Formulaire.creerFormLayout(largeurLabelDefaut, alignementLabelDefaut));
Line 118... Line 118...
118
		
118
		
119
		
119
		
120
		/*********************************/
-
 
Line 121... Line 120...
121
		/**			Champ Projets		**/
120
		//+-----------------------------------------------------------------------------------------------------------+
122
		/*********************************/
121
		// Champ Projets
123
		
122
		
124
		ModelType modelTypeProjets = new ModelType();
123
		ModelType modelTypeProjets = new ModelType();
Line 154... Line 153...
154
		});
153
		});
Line 155... Line 154...
155
 
154
 
Line 156... Line 155...
156
		liaisonFieldSet.add(projetsCombo, new FormData(600, 0));
155
		liaisonFieldSet.add(projetsCombo, new FormData(600, 0));
157
		
156
		
158
		
-
 
Line 159... Line 157...
159
		/*************************************/
157
		
160
		/**			Champ Structures		**/
158
		//+-----------------------------------------------------------------------------------------------------------+
161
		/*************************************/
159
		// Champ Structures
162
 
160
 
Line 191... Line 189...
191
		});
189
		});
Line 192... Line 190...
192
 
190
 
Line 193... Line 191...
193
		liaisonFieldSet.add(structuresCombo, new FormData(600, 0));
191
		liaisonFieldSet.add(structuresCombo, new FormData(600, 0));
194
		
192
		
195
		
-
 
Line 196... Line 193...
196
		/*************************************/
193
		
197
		/**			Champ Collections		**/
194
		//+-----------------------------------------------------------------------------------------------------------+
198
		/*************************************/
195
		// Champ Collections
199
		
196
		
Line 459... Line 456...
459
	private void setValeurComboCollections() {		
456
	private void setValeurComboCollections() {		
460
		if (collectionsCombo.getCombo().getStore() != null
457
		if (collectionsCombo.getCombo().getStore() != null
461
				&& collection != null
458
				&& collection != null
462
				&& collection.getCollectionMereNom() != null
459
				&& collection.getCollectionMereNom() != null
463
				&& !UtilString.isEmpty(collection.getCollectionMereNom())) {
460
				&& !UtilString.isEmpty(collection.getCollectionMereNom())) {
464
			
-
 
465
			collectionsCombo.chargerValeurInitiale(collection.getCollectionMereNom(), "cc_nom");
461
			collectionsCombo.chargerValeurInitiale(collection.getCollectionMereNom(), "cc_nom");
466
		}
462
		}
467
	}
463
	}
Line 468... Line 464...
468
	
464