public interface ListApiListener
| Modifier and Type | Method and Description |
|---|---|
int |
addNewModelsForPullToRefresh() |
boolean |
canScrollHorizontally() |
boolean |
canScrollVertically() |
boolean |
disablePullRefresh() |
DefaultItemAnimator |
getAnimator() |
int |
getBackgroundColor() |
int |
getCardSpaceDimen() |
android.content.Context |
getContext() |
RecyclerView.LayoutManager |
getLayoutManager() |
int |
getOrientation() |
int[] |
getPadding() |
boolean |
isAutoLoad() |
boolean |
isAutoLoadMore() |
boolean |
isGrid() |
void |
loaderAdded() |
int getCardSpaceDimen()
int getOrientation()
android.content.Context getContext()
DefaultItemAnimator getAnimator()
boolean isGrid()
boolean isAutoLoad()
boolean isAutoLoadMore()
int addNewModelsForPullToRefresh()
void loaderAdded()
boolean disablePullRefresh()
int[] getPadding()
boolean canScrollHorizontally()
boolean canScrollVertically()
RecyclerView.LayoutManager getLayoutManager()
int getBackgroundColor()