public final class RecyclerPaginate extends Paginate
| Modifier and Type | Class and Description |
|---|---|
static class |
RecyclerPaginate.Builder |
Paginate.Callbacks| Modifier and Type | Method and Description |
|---|---|
void |
setHasMoreDataToLoad(boolean hasMoreDataToLoad)
Use this method to indicate that there is or isn't more data to load.
|
void |
unbind()
Call unbind to detach list (RecyclerView or AbsListView) from Paginate when pagination functionality is no
longer needed on the list.
|
public void setHasMoreDataToLoad(boolean hasMoreDataToLoad)
PaginatesetHasMoreDataToLoad in class PaginatehasMoreDataToLoad - true if there is more data to load, false otherwise.public void unbind()
Paginate