Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 43 → Rev 28

/src/org/tela_botanica/del/client/gestionhistorique/GestionnaireHistorique.java
1,6 → 1,5
package org.tela_botanica.del.client.gestionhistorique;
 
import org.tela_botanica.del.client.vues.plateformedetermination.Determination;
import org.tela_botanica.del.client.vues.rechercheobservations.ObservationRecherchePresenteur;
 
import com.google.gwt.event.logical.shared.ValueChangeEvent;
21,9 → 20,7
 
if (event.getValue().equals(ConstantesNavigation.SEARCH_IMAGES_PAGE)) {
 
} else if (event.getValue().equals(ConstantesNavigation.VALIDATION_PAGE)) {
new Determination().go(RootPanel.get());
} else{
} else {
// Par défaut, on affiche la page d'accueil
RootPanel.get().clear();
new ObservationRecherchePresenteur().go(RootPanel.get());