| Line 1... |
Line 1... |
| 1 |
package org.tela_botanica.client.vues;
|
1 |
package org.tela_botanica.client.vues;
|
| Line 2... |
Line 2... |
| 2 |
|
2 |
|
| - |
|
3 |
import org.tela_botanica.client.Mediateur;
|
| 3 |
import org.tela_botanica.client.Mediateur;
|
4 |
import org.tela_botanica.client.composants.InfoLogger;
|
| 4 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
5 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
| 5 |
import org.tela_botanica.client.modeles.Information;
|
6 |
import org.tela_botanica.client.modeles.Information;
|
| 6 |
import org.tela_botanica.client.modeles.collection.CollectionListe;
|
7 |
import org.tela_botanica.client.modeles.collection.CollectionListe;
|
| 7 |
import org.tela_botanica.client.modeles.commentaire.CommentaireListe;
|
8 |
import org.tela_botanica.client.modeles.commentaire.CommentaireListe;
|
| Line 62... |
Line 63... |
| 62 |
GWT.log(info.getMessages().toString(), null);
|
63 |
GWT.log(info.getMessages().toString(), null);
|
| 63 |
}
|
64 |
}
|
| 64 |
// Traitement en fonction des types d'information
|
65 |
// Traitement en fonction des types d'information
|
| 65 |
if (info.getType().equals("liste_personne")) {
|
66 |
if (info.getType().equals("liste_personne")) {
|
| 66 |
mediateur.afficherListePersonnes((PersonneListe) info.getDonnee(0));
|
67 |
mediateur.afficherListePersonnes((PersonneListe) info.getDonnee(0));
|
| 67 |
Info.display("Chargement d'une liste de personnes", "");
|
68 |
InfoLogger.display("Chargement d'une liste de personnes", "");
|
| 68 |
}
|
69 |
}
|
| 69 |
}
|
70 |
}
|
| 70 |
}
|
71 |
}
|
| 71 |
mediateur.desactiverChargement();
|
72 |
mediateur.desactiverChargement();
|
| 72 |
}
|
73 |
}
|