Subversion Repositories eFlore/Applications.del

Rev

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

Rev 361 Rev 365
Line 25... Line 25...
25
	}
25
	}
Line 26... Line 26...
26
 
26
 
Line 27... Line 27...
27
	private static MyUiBinder uiBinder = GWT.create(MyUiBinder.class);
27
	private static MyUiBinder uiBinder = GWT.create(MyUiBinder.class);
28
 
28
 
Line 29... Line 29...
29
	@UiField
29
	@UiField
30
	Panel panneauPagination;
30
	Panel panneauPagination, panneauPaginationHaut;
Line 31... Line 31...
31
 
31
 
Line 92... Line 92...
92
	}
92
	}
Line 93... Line 93...
93
 
93
 
94
	public Panel getPanneauPagination() {
94
	public Panel getPanneauPagination() {
95
		return panneauPagination;
95
		return panneauPagination;
-
 
96
	}
-
 
97
	
-
 
98
	public Panel getPanneauPaginationHaut() {
-
 
99
		return panneauPaginationHaut;
Line 96... Line 100...
96
	}
100
	}
97
 
101
 
98
	public int getNbImagesPerPage() {
102
	public int getNbImagesPerPage() {