Subversion Repositories eFlore/Applications.del

Rev

Rev 386 | Rev 408 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 386 Rev 407
Line 62... Line 62...
62
		public HasText getAuteur();
62
		public HasText getAuteur();
Line 63... Line 63...
63
 
63
 
Line 64... Line 64...
64
		public HasText getDate();
64
		public HasText getDate();
-
 
65
 
-
 
66
		public void chargerValeursRecherchePrecedente(InformationsRecherche informationsRecherche);
65
 
67
		
Line 66... Line 68...
66
		public void chargerValeursRecherchePrecedente(InformationsRecherche informationsRecherche);
68
		public void focusSaisie();
67
	}
69
	}
Line 97... Line 99...
97
	@Override
99
	@Override
98
	public void go(HasWidgets composite) {
100
	public void go(HasWidgets composite) {
99
		afficherRequeteEtLancerRecherche();
101
		afficherRequeteEtLancerRecherche();
100
		autoCompletionNomTaxonsPresenteur.go(vue.getTaxon());
102
		autoCompletionNomTaxonsPresenteur.go(vue.getTaxon());
101
		composite.add(vue.asWidget());
103
		composite.add(vue.asWidget());
-
 
104
		vue.focusSaisie();
102
	}
105
	}
Line 103... Line 106...
103
 
106
 
104
	@Override
107
	@Override
105
	protected void gererEvenements() {
108
	protected void gererEvenements() {