public final class SimpleLoadMoreView extends LoadMoreView
STATUS_DEFAULT, STATUS_END, STATUS_FAIL, STATUS_LOADING| Constructor and Description |
|---|
SimpleLoadMoreView() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLayoutId()
load more layout
|
protected int |
getLoadEndViewId()
load end view, you can return 0
|
protected int |
getLoadFailViewId()
load fail view
|
protected int |
getLoadingViewId()
loading view
|
convert, getLoadMoreStatus, isLoadEndGone, isLoadEndMoreGone, setLoadMoreEndGone, setLoadMoreStatuspublic int getLayoutId()
LoadMoreViewgetLayoutId in class LoadMoreViewprotected int getLoadingViewId()
LoadMoreViewgetLoadingViewId in class LoadMoreViewprotected int getLoadFailViewId()
LoadMoreViewgetLoadFailViewId in class LoadMoreViewprotected int getLoadEndViewId()
LoadMoreViewgetLoadEndViewId in class LoadMoreView