Line 2... |
Line 2... |
2 |
|
2 |
|
3 |
import org.tela_botanica.del.client.composants.identification.FormulaireIdentificationPresenteur;
|
3 |
import org.tela_botanica.del.client.composants.identification.FormulaireIdentificationPresenteur;
|
4 |
import org.tela_botanica.del.client.composants.identification.FormulaireIdentificationVue;
|
4 |
import org.tela_botanica.del.client.composants.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.services.rest.UtilisateurService;
|
6 |
import org.tela_botanica.del.client.services.rest.UtilisateurService;
|
7 |
import org.tela_botanica.del.client.services.rest.UtilisateurServiceConcret;
|
Line 7... |
Line 8... |
7 |
import org.tela_botanica.del.client.services.rest.async.UtilisateurCallback;
|
8 |
import org.tela_botanica.del.client.services.rest.async.UtilisateurCallback;
|
8 |
|
9 |
|
9 |
import com.google.gwt.core.client.GWT;
|
10 |
import com.google.gwt.core.client.GWT;
|
Line 35... |
Line 36... |
35 |
lienRechercheImages.setTargetHistoryToken(ConstantesNavigation.PAGE_RECHERCHE_IMAGES);
|
36 |
lienRechercheImages.setTargetHistoryToken(ConstantesNavigation.PAGE_RECHERCHE_IMAGES);
|
Line 36... |
Line 37... |
36 |
|
37 |
|
37 |
lienRechercheObservations.setText("Recherche par observation");
|
38 |
lienRechercheObservations.setText("Recherche par observation");
|
Line 38... |
Line 39... |
38 |
lienRechercheObservations.setTargetHistoryToken(ConstantesNavigation.PAGE_RECHERCHE_OBSERVATIONS);
|
39 |
lienRechercheObservations.setTargetHistoryToken(ConstantesNavigation.PAGE_RECHERCHE_OBSERVATIONS);
|
39 |
|
- |
|
40 |
FormulaireIdentificationPresenteur presenteurIdentification = new FormulaireIdentificationPresenteur(new FormulaireIdentificationVue(), new UtilisateurService() {
|
- |
|
41 |
@Override
|
- |
|
42 |
public void obtenirUtilisateur(UtilisateurCallback callback) {
|
- |
|
43 |
// TODO Auto-generated method stub
|
- |
|
44 |
}
|
- |
|
45 |
|
- |
|
46 |
@Override
|
- |
|
47 |
public void deconnecterUtilisateur(String login, UtilisateurCallback callback) {
|
- |
|
48 |
// TODO Auto-generated method stub
|
- |
|
49 |
}
|
- |
|
50 |
|
- |
|
51 |
@Override
|
- |
|
52 |
public void connecterUtilisateur(String login, String motDePasse, UtilisateurCallback callback) {
|
- |
|
53 |
// TODO Auto-generated method stub
|
- |
|
54 |
}
|
40 |
|
55 |
});
|
41 |
FormulaireIdentificationPresenteur presenteurIdentification = new FormulaireIdentificationPresenteur(new FormulaireIdentificationVue(), new UtilisateurServiceConcret());
|
Line 56... |
Line 42... |
56 |
presenteurIdentification.go(zoneIdentification);
|
42 |
presenteurIdentification.go(zoneIdentification);
|
57 |
}
|
43 |
}
|