Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 851 Rev 877
Line 49... Line 49...
49
			if (info.getMessages() != null && !info.getMessages().toString().equals("[]")) {
49
			if (info.getMessages() != null && !info.getMessages().toString().equals("[]")) {
50
				GWT.log(info.getMessages().toString(), null);
50
				GWT.log(info.getMessages().toString(), null);
51
			}
51
			}
52
			// Traitement en fonction des types d'information
52
			// Traitement en fonction des types d'information
53
			if (info.getType().equals("liste_projet")) {
53
			if (info.getType().equals("liste_projet")) {
-
 
54
				GWT.log("Une liste de projets a été reçue", null);
54
				panneauProjetListe.rafraichir((ProjetListe) info.getDonnee(0));
55
				panneauProjetListe.rafraichir((ProjetListe) info.getDonnee(0));
55
			} else {
56
			} else {
56
				panneauProjetListe.rafraichir(info);
57
				panneauProjetListe.rafraichir(info);
57
			}
58
			}
58
		} else {
59
		} else {