public final class SimpleLoadMoreView extends LoadMoreView
STATUS_DEFAULT, STATUS_END, STATUS_FAIL, STATUS_LOADING| 构造器和说明 |
|---|
SimpleLoadMoreView() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 LoadMoreViewprotected int getLoadingViewId()
LoadMoreViewgetLoadingViewId 在类中 LoadMoreViewprotected int getLoadFailViewId()
LoadMoreViewgetLoadFailViewId 在类中 LoadMoreViewprotected int getLoadEndViewId()
LoadMoreViewgetLoadEndViewId 在类中 LoadMoreView