Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1010 Rev 1186
Line 21... Line 21...
21
	}
21
	}
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
	private static MyUiBinder uiBinder = GWT.create(MyUiBinder.class);
23
	private static MyUiBinder uiBinder = GWT.create(MyUiBinder.class);
24
 
24
 
Line 25... Line 25...
25
	@UiField
25
	@UiField
26
	Panel panneauResultats, zoneRecherche;
26
	Panel panneauResultats, zoneRecherche, zonePartageUrl;
Line 27... Line 27...
27
	
27
	
Line 35... Line 35...
35
 
35
 
36
	public Panel getPanneauChargement() {
36
	public Panel getPanneauChargement() {
37
		return panneauChargement;
37
		return panneauChargement;
Line -... Line 38...
-
 
38
	}
-
 
39
 
-
 
40
	public Panel getZonePartageUrl() {
-
 
41
		return zonePartageUrl;
38
	}
42
	}
39
 
43
	
40
	// Cette méthode est public car appelé dans GestionnaireHistorique
44
	// Cette méthode est public car appelé dans GestionnaireHistorique
41
	public Panel getZoneResultats() {
45
	public Panel getZoneResultats() {