Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1426 Rev 1431
Line 431... Line 431...
431
			valeur = structure.getId();
431
			valeur = structure.getId();
432
		}
432
		}
433
		return valeur;
433
		return valeur;
434
	}
434
	}
435
	private void setValeurComboStructures() {
435
	private void setValeurComboStructures() {
436
		/*if (structuresCombo.getStore() != null && collection != null) {
-
 
437
			structuresCombo.getCombo().setValue(structuresCombo.getStore().findModel("cs_id_structure", collection.getIdStructure()));
-
 
438
		}*/
-
 
439
		if (structuresCombo.getCombo().getStore() != null
436
		if (structuresCombo.getCombo().getStore() != null
440
				&& collection != null
437
				&& collection != null
441
				&& collection.getStructureNom() != null
438
				&& collection.getStructureNom() != null
442
				&& !UtilString.isEmpty(collection.getStructureNom())) {
439
				&& !UtilString.isEmpty(collection.getStructureNom())) {
443
			structuresCombo.chargerValeurInitiale(collection.getStructureNom(), "cs_nom");
440
			structuresCombo.chargerValeurInitiale(collection.getStructureNom(), "cs_nom");