- setHasMoreDataToLoad(boolean) - Method in class com.paginate.abslistview.AbsListViewPaginate
-
- setHasMoreDataToLoad(boolean) - Method in class com.paginate.Paginate
-
Use this method to indicate that there is or isn't more data to load.
- setHasMoreDataToLoad(boolean) - Method in class com.paginate.recycler.RecyclerPaginate
-
- setLoadingListItemCreator(LoadingListItemCreator) - Method in class com.paginate.abslistview.AbsListViewPaginate.Builder
-
Set custom loading list item creator.
- setLoadingListItemCreator(LoadingListItemCreator) - Method in class com.paginate.recycler.RecyclerPaginate.Builder
-
Set custom loading list item creator.
- setLoadingListItemSpanSizeLookup(LoadingListItemSpanLookup) - Method in class com.paginate.recycler.RecyclerPaginate.Builder
-
Set custom SpanSizeLookup for loading list item.
- setLoadingTriggerThreshold(int) - Method in class com.paginate.abslistview.AbsListViewPaginate.Builder
-
Set the offset from the end of the list at which the load more event needs to be triggered.
- setLoadingTriggerThreshold(int) - Method in class com.paginate.recycler.RecyclerPaginate.Builder
-
Set the offset from the end of the list at which the load more event needs to be triggered.
- setOnScrollListener(AbsListView.OnScrollListener) - Method in class com.paginate.abslistview.AbsListViewPaginate.Builder
-
Paginate is using OnScrollListener in order to detect when list is scrolled near the end.