|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Pageable<T extends PagedDataProvider<?>>
Define a base interface for classes that are capable to be paged by a Pager.
| Method Summary | |
|---|---|
int |
getPageCount()
Return the total number of pages |
void |
goToPage(int page)
Moves the pageable's cursor to an arbitrary page |
boolean |
isDataLoaded()
Checks if pageable data is already available |
void |
nextPage()
Moves the pageable's cursor to the next page |
void |
previousPage()
Moves the pageable's cursor to the previous page |
void |
setPager(Pager pager)
Sets the pager for call back |
| Methods inherited from interface org.cruxframework.crux.core.client.dataprovider.HasDataProvider |
|---|
getDataProvider, setDataProvider |
| Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
|---|
asWidget |
| Method Detail |
|---|
void nextPage()
void previousPage()
int getPageCount()
void setPager(Pager pager)
pager - void goToPage(int page)
page - page numberboolean isDataLoaded()
page -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||