Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 850 Rev 852
Line 730... Line 730...
730
		} else if (nouvellesDonnees instanceof Information)	{
730
		} else if (nouvellesDonnees instanceof Information)	{
731
			Information info = (Information) nouvellesDonnees;
731
			Information info = (Information) nouvellesDonnees;
732
			if (info.getType().equals("ajout_personne"))	{
732
			if (info.getType().equals("ajout_personne"))	{
733
				GWT.log("Ajout de la personne " + personneSelectionnee.getId(), null);
733
				GWT.log("Ajout de la personne " + personneSelectionnee.getId(), null);
734
				Info.display("Enregistrement", "La personne a été ajoutée (id: " + personneSelectionnee.getId() + ")");
734
				Info.display("Enregistrement", "La personne a été ajoutée (id: " + personneSelectionnee.getId() + ")");
-
 
735
				
-
 
736
				if (clicBoutonvalidation)	{
-
 
737
					mediateur.clicMenu(menuIdCourant);
-
 
738
				}
735
			} else if (info.getType().equals("modification_personne"))	{
739
			} else if (info.getType().equals("modification_personne"))	{
736
				Info.display("Enregistrement", "Les modifications apportées à la personne " + personneSelectionnee.getId() + " ont été correctement enregistrées.");
740
				Info.display("Enregistrement", "Les modifications apportées à la personne " + personneSelectionnee.getId() + " ont été correctement enregistrées.");
-
 
741
				
-
 
742
				if (clicBoutonvalidation)	{
-
 
743
					mediateur.clicMenu(menuIdCourant);
-
 
744
				}
737
			}
745
			}
738
			else if (info.getType().equals("maj_utilisateur"))	{
746
			else if (info.getType().equals("maj_utilisateur"))	{
739
				gererEtatActivationBouton();
747
				gererEtatActivationBouton();
740
			} else if (info.getDonnee(0) instanceof PersonneListe)	{
748
			} else if (info.getDonnee(0) instanceof PersonneListe)	{