Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 210 → Rev 220

/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/ObservationPresenteur.java
90,7 → 90,7
vue.tableauPropositions.setText(i, 2, proposition.getEspece());
}
 
handleEvents();
gererEvenements();
// vue.propositions.setText(ch);
}
 
98,7 → 98,7
composite.add(this.getVue());
}
 
protected void handleEvents() {
protected void gererEvenements() {
ObservationVue vue = (ObservationVue) this.getVue();
vue.photoPrincipale.addClickHandler(new ClickHandler() {
 
/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/DetailImagePresenteur.java
16,7 → 16,7
}
 
@Override
protected void handleEvents() {
protected void gererEvenements() {
// TODO Auto-generated method stub
 
}
/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();