Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 219 → Rev 220

/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/RechercheObservationsPresenteur.java
31,7 → 31,7
composite = RootPanel.get();
}
composite.add(this.getVue());
handleEvents();
gererEvenements();
 
// On commence par afficher la totalité des observations
chercherObservations(null);
38,7 → 38,7
afficherObservations();
}
 
protected void handleEvents() {
protected void gererEvenements() {
 
RechercheObservationsVue vue = (RechercheObservationsVue) getVue();