Subversion Repositories eFlore/Applications.del

Rev

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

Rev 335 Rev 360
Line 14... Line 14...
14
 
14
 
Line 15... Line 15...
15
public class MoteurRechercheImageVue extends Composite implements MoteurRechercheImagePresenteur.Vue {
15
public class MoteurRechercheImageVue extends Composite implements MoteurRechercheImagePresenteur.Vue {
Line 16... Line 16...
16
 
16
 
-
 
17
	private final Panel panneauChargement = new FlowPanel();
Line 17... Line 18...
17
	private final Panel panneauChargement = new FlowPanel();
18
 
Line -... Line 19...
-
 
19
	interface MyUiBinder extends UiBinder<Widget, MoteurRechercheImageVue> {
18
 
20
	}
-
 
21
 
19
	interface MyUiBinder extends UiBinder<Widget, MoteurRechercheImageVue> {}
22
	private static MyUiBinder uiBinder = GWT.create(MyUiBinder.class);
-
 
23
 
20
 
24
	@UiField
Line 21... Line 25...
21
	private static MyUiBinder uiBinder = GWT.create(MyUiBinder.class);
25
	Panel panneauResultats, zoneRecherche;
22
 
26
	@UiField
23
	@UiField Panel panneauResultats, zoneRecherche;
27
	Label protocoleLabel;
24
	@UiField Label protocoleLabel;
28
	@UiField
Line 64... Line 68...
64
	}
68
	}
Line 65... Line 69...
65
 
69
 
66
	public HasWidgets getZoneRecherche() {
70
	public HasWidgets getZoneRecherche() {
67
		return zoneRecherche;
71
		return zoneRecherche;
-
 
72
	}
-
 
73
 
-
 
74
	@Override
-
 
75
	public String getNomProtocolSelectionne() {
-
 
76
		return listeProtocoles.getValue(listeProtocoles.getSelectedIndex());
68
	}
77
	}