Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1109 Rev 1183
Line 1... Line 1...
1
package org.tela_botanica.del.client.vues.rechercheobservations.moteur;
1
package org.tela_botanica.del.client.vues.rechercheobservations.moteur;
Line -... Line 2...
-
 
2
 
-
 
3
import org.tela_botanica.del.client.composants.partageurl.PartageUrlPresenteur;
2
 
4
import org.tela_botanica.del.client.composants.partageurl.PartageUrlVue;
Line 3... Line 5...
3
import org.tela_botanica.del.client.i18n.I18n;
5
import org.tela_botanica.del.client.i18n.I18n;
4
 
6
 
5
import com.google.gwt.core.client.GWT;
7
import com.google.gwt.core.client.GWT;
Line 22... Line 24...
22
	}
24
	}
Line 23... Line 25...
23
 
25
 
Line 24... Line 26...
24
	private static Binder binder = GWT.create(Binder.class);
26
	private static Binder binder = GWT.create(Binder.class);
25
 
27
 
26
	@UiField
28
	@UiField
27
	Panel zoneRecherche, zoneResultats;
29
	Panel zoneRecherche, zoneResultats, zonePartageUrl;
28
	
30
 
Line 29... Line -...
29
	@UiField
-
 
30
	Label ajouterObservation;
-
 
31
 
-
 
32
	@UiField 
31
	@UiField
33
	HTML chapeau;
32
	Label ajouterObservation;
Line 34... Line 33...
34
	
33
 
35
	@UiField
34
	@UiField
36
	CheckBox radioTout, radioDeterminer, radioConfirmer, radioDiscussion;
35
	CheckBox radioTout, radioDeterminer, radioConfirmer, radioDiscussion;
37
 
36
 
-
 
37
	public HasWidgets getZoneRecherche() {
-
 
38
		return zoneRecherche;
-
 
39
	}
-
 
40
	
38
	public HasWidgets getZoneRecherche() {
41
	public Panel getZonePartageUrl() {
39
		return zoneRecherche;
42
		return zonePartageUrl;
40
	}
43
	}
41
 
-
 
42
	// Constructeur de la vue
44
	
Line 43... Line 45...
43
	public MoteurRechercheObservationsVue() {
45
	// Constructeur de la vue
44
		initWidget(binder.createAndBindUi(this));
46
	public MoteurRechercheObservationsVue() {
45
		this.chapeau.setHTML(I18n.getVocabulary().introRechercheObservations());
47
		initWidget(binder.createAndBindUi(this));