Subversion Repositories eFlore/Applications.coel

Rev

Rev 1359 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1359 Rev 1363
Line 195... Line 195...
195
		ModelType modelTypeCollections = new ModelType();
195
		ModelType modelTypeCollections = new ModelType();
196
		modelTypeCollections.setRoot("collections");
196
		modelTypeCollections.setRoot("collections");
197
		modelTypeCollections.setTotalName("nbElements");
197
		modelTypeCollections.setTotalName("nbElements");
198
		modelTypeCollections.addField("cc_nom");
198
		modelTypeCollections.addField("cc_nom");
199
		modelTypeCollections.addField("cc_id_collection");
199
		modelTypeCollections.addField("cc_id_collection");
-
 
200
		modelTypeCollections.addField("cc_ce_mere");
Line 200... Line 201...
200
		
201
		
201
		String displayNameCollections = "cc_nom";
202
		String displayNameCollections = "cc_nom";
Line 202... Line 203...
202
		ProxyCollections<ModelData> proxyCollections = new ProxyCollections<ModelData>();
203
		ProxyCollections<ModelData> proxyCollections = new ProxyCollections<ModelData>();
Line 440... Line 441...
440
		}
441
		}
441
		return valeur;
442
		return valeur;
442
	}
443
	}
443
	private void setValeurComboCollections() {
444
	private void setValeurComboCollections() {
444
		if (collectionsCombo.getCombo().getStore() != null && collection != null) {
445
		if (collectionsCombo.getCombo().getStore() != null && collection != null) {
445
			collectionsCombo.getCombo().setValue(collectionsCombo.getStore().findModel("id_collection", collection.getCollectionMereId()));
446
			collectionsCombo.getCombo().setValue(collectionsCombo.getStore().findModel("cc_ce_mere", collection.getCollectionMereId()));
446
		}
447
		}
447
	}
448
	}
Line 448... Line 449...
448
	
449
	
449
	public void rafraichir(Object nouvellesDonnees) {
450
	public void rafraichir(Object nouvellesDonnees) {