Subversion Repositories eFlore/Applications.del

Rev

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

Rev 671 Rev 1120
Line 23... Line 23...
23
 
23
 
24
	private static Binder uiBinder = GWT.create(Binder.class);
24
	private static Binder uiBinder = GWT.create(Binder.class);
Line 25... Line 25...
25
	private String labelRecherche = "";
25
	private String labelRecherche = "";
26
 
26
 
27
	@UiField
27
	@UiField
28
	Panel rechercheAvancee, taxon, commune;
28
	Panel rechercheAvancee, taxon, commune, zoneRss;
29
	@UiField
29
	@UiField
30
	Label lienRechercheAvancee, recherchePrecedente;
30
	Label lienRechercheAvancee, recherchePrecedente;
31
	@UiField
31
	@UiField
Line 231... Line 231...
231
 
231
 
232
	@Override
232
	@Override
233
	public HasKeyPressHandlers getChampsContientMots() {
233
	public HasKeyPressHandlers getChampsContientMots() {
234
		return contientMots;
234
		return contientMots;
-
 
235
	}
-
 
236
	
-
 
237
	public HasWidgets getZoneRss() {
-
 
238
		return zoneRss;
235
	}
239
	}
236
}
240
}