Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 347 Rev 349
Line 269... Line 269...
269
		if (personne!=null)	{
269
		if (personne!=null)	{
270
			panneauCentre.removeAll();
270
			panneauCentre.removeAll();
271
			FormPersonneVue formulairePersonneVue = new FormPersonneVue();
271
			FormPersonneVue formulairePersonneVue = new FormPersonneVue();
272
			contenuPanneauCentre = formulairePersonneVue;
272
			contenuPanneauCentre = formulairePersonneVue;
273
			panneauCentre.add(formulairePersonneVue);
273
			panneauCentre.add(formulairePersonneVue);
-
 
274
			
-
 
275
			
274
			formulairePersonneVue.rafraichir(personne);
276
			selectionnerPersonne(formulairePersonneVue, personne);
-
 
277
			
275
			panneauCentre.layout();	
278
			panneauCentre.layout();			
-
 
279
			
-
 
280
 
276
		}
281
		}
277
	}
282
	}
Line -... Line 283...
-
 
283
	
-
 
284
	public void selectionnerPersonne(Rafraichissable vue, Personne personne)	{
-
 
285
		modele.selectionnerPersonne(vue, personne.getId(), null, null);
Line 278... Line 286...
278
	
286
	}
Line 279... Line 287...
279
	
287