Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1233 Rev 1237
Line 1238... Line 1238...
1238
				}
1238
				}
Line 1239... Line 1239...
1239
				
1239
				
1240
			}
1240
			}
Line 1241... Line -...
1241
		});
-
 
1242
		
-
 
1243
		/* TODELETE
-
 
1244
		personnelGrilleMagazin.addListener(Store.Update, new Listener<StoreEvent<StructureAPersonne>>() {
-
 
1245
			public void handleEvent(StoreEvent<StructureAPersonne> ce) {
-
 
1246
				
-
 
1247
				personnelGrilleMagazin.getAt(ce.getIndex()).set("etat", StructureAPersonne.ETAT_MODIFIE);
-
 
1248
				Debug.log("Modification de : "+personnelGrilleMagazin.getAt(ce.getIndex()).getNom());
-
 
1249
			}
-
 
1250
		});		
-
 
Line 1251... Line 1241...
1251
		*/
1241
		});
Line 1252... Line 1242...
1252
		
1242
		
Line 2105... Line 2095...
2105
			if (info.getDonnee(0) != null) {
2095
			if (info.getDonnee(0) != null) {
2106
				personnel = (StructureAPersonneListe) info.getDonnee(0);
2096
				personnel = (StructureAPersonneListe) info.getDonnee(0);
Line 2107... Line 2097...
2107
				
2097
				
Line 2108... Line -...
2108
				peuplerStructurePersonnel();
-
 
2109
				
-
 
2110
	/*	TODELETE		
-
 
2111
				int nbPersonnel = this.personnelGrilleMagazin.getCount();
-
 
2112
				for (int i=0; i<nbPersonnel; i++){
-
 
2113
					Debug.log("==> setEtat(ETAT_MODIFIE) : personne="+this.personnelGrilleMagazin.getAt(i).getId());	
-
 
2114
					this.personnelGrilleMagazin.getAt(i).set("etat", StructureAPersonne.ETAT_MODIFIE);
-
 
2115
				}				
-
 
2116
	*/
2098
				peuplerStructurePersonnel();
2117
				
2099
				
Line 2118... Line 2100...
2118
				personnelOnglet.layout();
2100
				personnelOnglet.layout();
2119
				InfoLogger.display("Chargement du Personnel", "ok");
2101
				InfoLogger.display("Chargement du Personnel", "ok");