Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 553 Rev 560
Line 561... Line 561...
561
			panneauCentre.layout();			
561
			panneauCentre.layout();			
562
		}
562
		}
563
	}
563
	}
Line 564... Line 564...
564
	
564
	
-
 
565
	public void selectionnerPersonne(Rafraichissable vue, Personne personne)	{
-
 
566
		String personneId = null;
-
 
567
		if (personne!=null)	{
-
 
568
			personneId = personne.getId();
-
 
569
		}
565
	public void selectionnerPersonne(Rafraichissable vue, Personne personne)	{
570
		
566
		modele.selectionnerPersonne(vue, personne.getId(), null, null);
571
		modele.selectionnerPersonne(vue, personneId, null, null);
Line 567... Line 572...
567
	}
572
	}
568
	
573
	
569
	public void clicSupprimerPersonne(final Rafraichissable vue,final List<Personne> personneSelection) {
574
	public void clicSupprimerPersonne(final Rafraichissable vue,final List<Personne> personneSelection) {