public static interface Paginate.Callbacks
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasLoadedAllItems()
Called to check if there is more data (more pages) to load.
|
boolean |
isLoading()
Called to check if loading of the next page is currently in progress.
|
void |
onLoadMore()
Called when next page of data needs to be loaded.
|
void onLoadMore()
boolean isLoading()
onLoadMore() won't be called.boolean hasLoadedAllItems()
onLoadMore() won't be called and loading row, if used, won't be added.