Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1196 Rev 1206
Line 24... Line 24...
24
	}
24
	}
Line 25... Line 25...
25
 
25
 
Line 26... Line 26...
26
	private static Binder binder = GWT.create(Binder.class);
26
	private static Binder binder = GWT.create(Binder.class);
27
 
27
 
Line 28... Line -...
28
	@UiField
-
 
29
	Panel zoneRecherche, zoneResultats, zonePartageUrl;
-
 
Line 30... Line 28...
30
 
28
	@UiField
31
	@UiField
29
	Panel zoneRecherche, zoneResultats;
Line 32... Line 30...
32
	Label ajouterObservation;
30
 
33
 
31
 
34
	@UiField
32
	@UiField
Line 35... Line -...
35
	CheckBox radioTout, radioDeterminer, radioDiscussion;
-
 
36
 
-
 
37
	public HasWidgets getZoneRecherche() {
-
 
38
		return zoneRecherche;
-
 
39
	}
33
	CheckBox radioTout, radioDeterminer, radioDiscussion;
40
	
34
 
41
	public Panel getZonePartageUrl() {
35
	public HasWidgets getZoneRecherche() {
42
		return zonePartageUrl;
36
		return zoneRecherche;
Line 43... Line 37...
43
	}
37
	}
44
	
38
	
45
	// Constructeur de la vue
39
	// Constructeur de la vue
Line 46... Line -...
46
	public MoteurIdentiplanteVue() {
-
 
47
		initWidget(binder.createAndBindUi(this));
-
 
48
	}
-
 
49
 
-
 
50
	public Panel getZoneResultats() {
-
 
51
		return zoneResultats;
40
	public MoteurIdentiplanteVue() {
52
	}
41
		initWidget(binder.createAndBindUi(this));
53
	
42
	}
54
	@Override
43
 
55
	public HasClickHandlers getLienAjoutObservation() {
44
	public Panel getZoneResultats() {