Subversion Repositories eFlore/Applications.del

Rev

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

Rev 72 Rev 73
Line 20... Line 20...
20
	FormulaireRechercheEfloreUIiBinder uiBinder = GWT.create(FormulaireRechercheEfloreUIiBinder.class);
20
	FormulaireRechercheEfloreUIiBinder uiBinder = GWT.create(FormulaireRechercheEfloreUIiBinder.class);
Line 21... Line 21...
21
 
21
 
22
	public FormulaireRechercheEfloreVue() {
22
	public FormulaireRechercheEfloreVue() {
23
		initWidget(uiBinder.createAndBindUi(this));	
23
		initWidget(uiBinder.createAndBindUi(this));	
-
 
24
	}
-
 
25
 
-
 
26
	public TextBox getFormulaireRechercheObservationEflore() {
-
 
27
		return formulaireRechercheObservationEflore;
-
 
28
	}
-
 
29
 
-
 
30
	public Button getBoutonValidationRechercheObservation() {
-
 
31
		return boutonValidationRechercheObservation;
24
	}
32
	}