Line 1... |
Line 1... |
1 |
package org.tela_botanica.del.client.vues.vueinitiale;
|
1 |
package org.tela_botanica.del.client.vues.vueinitiale;
|
Line 2... |
Line 2... |
2 |
|
2 |
|
3 |
import org.tela_botanica.del.client.composants.formulaires.identification.FormulaireIdentificationPresenteur;
|
3 |
import org.tela_botanica.del.client.composants.formulaires.identification.FormulaireIdentificationPresenteur;
|
4 |
import org.tela_botanica.del.client.composants.formulaires.identification.FormulaireIdentificationVue;
|
4 |
import org.tela_botanica.del.client.composants.formulaires.identification.FormulaireIdentificationVue;
|
- |
|
5 |
import org.tela_botanica.del.client.gestionhistorique.ConstantesNavigation;
|
5 |
import org.tela_botanica.del.client.gestionhistorique.ConstantesNavigation;
|
6 |
import org.tela_botanica.del.client.i18n.I18n;
|
6 |
import org.tela_botanica.del.client.services.rest.UtilisateurService;
|
7 |
import org.tela_botanica.del.client.services.rest.UtilisateurService;
|
7 |
import org.tela_botanica.del.client.services.rest.UtilisateurServiceConcret;
|
8 |
import org.tela_botanica.del.client.services.rest.UtilisateurServiceConcret;
|
Line 8... |
Line 9... |
8 |
import org.tela_botanica.del.client.services.rest.async.UtilisateurCallback;
|
9 |
import org.tela_botanica.del.client.services.rest.async.UtilisateurCallback;
|
Line 30... |
Line 31... |
30 |
|
31 |
|
31 |
// Constructeur de la vue
|
32 |
// Constructeur de la vue
|
32 |
public VueInitiale() {
|
33 |
public VueInitiale() {
|
Line 33... |
Line 34... |
33 |
initWidget(binder.createAndBindUi(this));
|
34 |
initWidget(binder.createAndBindUi(this));
|
34 |
|
35 |
|
Line 35... |
Line 36... |
35 |
lienRechercheImages.setText("Recherche par image");
|
36 |
lienRechercheImages.setText(I18n.getVocabulary().rechercherImage());
|
36 |
lienRechercheImages.setTargetHistoryToken(ConstantesNavigation.PAGE_RECHERCHE_IMAGES);
|
37 |
lienRechercheImages.setTargetHistoryToken(ConstantesNavigation.PAGE_RECHERCHE_IMAGES);
|
Line 37... |
Line 38... |
37 |
|
38 |
|
38 |
lienRechercheObservations.setText("Recherche par observation");
|
39 |
lienRechercheObservations.setText(I18n.getVocabulary().rechercherObservation());
|
39 |
lienRechercheObservations.setTargetHistoryToken(ConstantesNavigation.PAGE_RECHERCHE_OBSERVATIONS);
|
40 |
lienRechercheObservations.setTargetHistoryToken(ConstantesNavigation.PAGE_RECHERCHE_OBSERVATIONS);
|