@Deprecated public interface Pageable<T extends PagedDataSource<?>> extends HasDataSource<T>, com.google.gwt.user.client.ui.IsWidget
Pager.| Modifier and Type | Method and Description |
|---|---|
int |
getPageCount()
Deprecated.
Return the total number of pages
|
void |
goToPage(int page)
Deprecated.
Moves the pageable's cursor to an arbitrary page
|
boolean |
isDataLoaded()
Deprecated.
Checks if pageable data is already available
|
void |
nextPage()
Deprecated.
Moves the pageable's cursor to the next page
|
void |
previousPage()
Deprecated.
Moves the pageable's cursor to the previous page
|
void |
setPager(Pager pager)
Deprecated.
Sets the pager for call back
|
getDataSource, setDataSourcevoid nextPage()
void previousPage()
int getPageCount()
void setPager(Pager pager)
pager - void goToPage(int page)
page - page numberboolean isDataLoaded()
page - Copyright © 2015. All rights reserved.