Subversion Repositories eFlore/Applications.del

Rev

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

Rev 359 Rev 378
Line 14... Line 14...
14
	interface Binder extends UiBinder<Widget, RechercheObservationsVue> {
14
	interface Binder extends UiBinder<Widget, RechercheObservationsVue> {
15
	}
15
	}
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
	private static Binder binder = GWT.create(Binder.class);
17
	private static Binder binder = GWT.create(Binder.class);
Line 18... Line 18...
18
 
18
 
19
	@UiField Panel zoneRecherche, zoneObservations, zonePagination;
19
	@UiField Panel zoneRecherche, zoneObservations, zonePaginationHaut, zonePaginationBas;
20
 
20
 
Line 31... Line 31...
31
	public HasWidgets getZoneObservations() {
31
	public HasWidgets getZoneObservations() {
32
		return zoneObservations;
32
		return zoneObservations;
33
	}
33
	}
Line 34... Line 34...
34
 
34
 
-
 
35
	@Override
-
 
36
	public HasWidgets getZonePaginationHaut() {
-
 
37
		return zonePaginationHaut;
-
 
38
	}
-
 
39
 
35
	@Override
40
	@Override
36
	public HasWidgets getZonePagination() {
41
	public HasWidgets getZonePaginationBas() {
37
		return zonePagination;
42
		return zonePaginationBas;
Line 38... Line 43...
38
	}
43
	}