7,10 → 7,10 |
import org.tela_botanica.del.client.vues.comparaisoneflore.ComparaisonEfloreVue; |
import org.tela_botanica.del.client.vues.plateformedetermination.DeterminationPresenteur; |
import org.tela_botanica.del.client.vues.plateformedetermination.DeterminationVue; |
import org.tela_botanica.del.client.vues.rechercheimages.MoteurRechercheImagePresenteur; |
import org.tela_botanica.del.client.vues.rechercheimages.MoteurRechercheImageVue; |
import org.tela_botanica.del.client.vues.rechercheobservations.RechercheObservationsPresenteur; |
import org.tela_botanica.del.client.vues.rechercheobservations.RechercheObservationsVue; |
import org.tela_botanica.del.client.vues.rechercheimages.moteur.MoteurRechercheImagePresenteur; |
import org.tela_botanica.del.client.vues.rechercheimages.moteur.MoteurRechercheImageVue; |
import org.tela_botanica.del.client.vues.rechercheobservations.moteur.MoteurRechercheObservationsPresenteur; |
import org.tela_botanica.del.client.vues.rechercheobservations.moteur.MoteurRechercheObservationsVue; |
import org.tela_botanica.del.client.vues.vueinitiale.PresenteurInitial; |
|
import com.google.gwt.event.logical.shared.ValueChangeEvent; |
43,7 → 43,7 |
new ComparaisonEflorePresenteur(new ComparaisonEfloreVue(), MockDatasource.getInstance(), new ImageServiceConcret()).go(RootPanel.get("contenu")); |
} else if (event.getValue().equals(ConstantesNavigation.PAGE_RECHERCHE_OBSERVATIONS)) { |
RootPanel.get("contenu").clear(); |
RechercheObservationsPresenteur presenteur = new RechercheObservationsPresenteur(new ObservationServiceConcret(), new RechercheObservationsVue()); |
MoteurRechercheObservationsPresenteur presenteur = new MoteurRechercheObservationsPresenteur(new ObservationServiceConcret(), new MoteurRechercheObservationsVue()); |
presenteur.go(RootPanel.get("contenu")); |
} |
} |