Subversion Repositories eFlore/Applications.del

Rev

Rev 210 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 210 Rev 262
Line 1... Line 1...
1
package org.tela_botanica.del.client.vues.plateformedetermination;
1
package org.tela_botanica.del.client.vues.plateformedetermination;
Line 2... Line 2...
2
 
2
 
3
import com.google.gwt.core.client.GWT;
3
import com.google.gwt.core.client.GWT;
4
import com.google.gwt.uibinder.client.UiBinder;
4
import com.google.gwt.uibinder.client.UiBinder;
-
 
5
import com.google.gwt.uibinder.client.UiField;
5
import com.google.gwt.uibinder.client.UiField;
6
import com.google.gwt.user.client.ui.Button;
6
import com.google.gwt.user.client.ui.Composite;
7
import com.google.gwt.user.client.ui.Composite;
7
import com.google.gwt.user.client.ui.VerticalPanel;
8
import com.google.gwt.user.client.ui.VerticalPanel;
Line 8... Line 9...
8
import com.google.gwt.user.client.ui.Widget;
9
import com.google.gwt.user.client.ui.Widget;
Line 9... Line 10...
9
 
10
 
10
public class DeterminationVue extends Composite {
11
public class DeterminationVue extends Composite {
-
 
12
 
-
 
13
	@UiField
Line 11... Line 14...
11
 
14
	VerticalPanel forum, detailImageObservation, formulaireRechercheEflore, vote, barreRepartition;
12
	@UiField
15
	@UiField
Line 13... Line 16...
13
	VerticalPanel forum, detailImageObservation, formulaireProposition, formulaireRechercheEflore, vote, barreRepartition;
16
	Button boutonAjoutProposition;
Line 27... Line 30...
27
 
30
 
28
	public VerticalPanel getDetailImageObservation() {
31
	public VerticalPanel getDetailImageObservation() {
29
		return detailImageObservation;
32
		return detailImageObservation;
Line 30... Line -...
30
	}
-
 
31
 
-
 
32
	public VerticalPanel getFormulaireProposition() {
-
 
33
		return formulaireProposition;
-
 
34
	}
33
	}
35
 
34
 
36
	public VerticalPanel getFormulaireRechercheEflore() {
35
	public VerticalPanel getFormulaireRechercheEflore() {
Line 37... Line 36...
37
		return formulaireRechercheEflore;
36
		return formulaireRechercheEflore;
Line 42... Line 41...
42
	}
41
	}
Line 43... Line 42...
43
	
42
	
44
	public VerticalPanel getBarreRepartition() {
43
	public VerticalPanel getBarreRepartition() {
45
		return barreRepartition;
44
		return barreRepartition;
-
 
45
	}
-
 
46
	
-
 
47
	public Button getBoutonAjoutProposition() {
-
 
48
		return boutonAjoutProposition;
46
	}
49
	}