public abstract class EasyListViewDecorator extends java.lang.Object implements EasyList.ViewDecorator
| 构造器和说明 |
|---|
EasyListViewDecorator() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
applyItemGapForTop() |
protected abstract int |
getEmptyViewResId() |
int |
getHorizontalGapPixelSize() |
protected abstract int |
getLastViewResId() |
RecyclerView.LayoutManager |
getLayoutManager() |
protected abstract int |
getLoadMoreViewResId() |
int |
getVerticalGapPixelSize() |
android.view.View |
onCreateEmptyView(android.view.ViewGroup parent) |
android.view.View |
onCreateLastView(android.view.ViewGroup parent) |
android.view.View |
onCreateLoadMoreView(android.view.ViewGroup parent) |
public boolean applyItemGapForTop()
applyItemGapForTop 在接口中 EasyList.ViewDecoratorpublic int getHorizontalGapPixelSize()
public int getVerticalGapPixelSize()
public RecyclerView.LayoutManager getLayoutManager()
getLayoutManager 在接口中 EasyList.ViewDecoratorpublic android.view.View onCreateEmptyView(android.view.ViewGroup parent)
onCreateEmptyView 在接口中 EasyList.ViewDecoratorpublic android.view.View onCreateLoadMoreView(android.view.ViewGroup parent)
onCreateLoadMoreView 在接口中 EasyList.ViewDecoratorpublic android.view.View onCreateLastView(android.view.ViewGroup parent)
onCreateLastView 在接口中 EasyList.ViewDecoratorprotected abstract int getEmptyViewResId()
protected abstract int getLastViewResId()
protected abstract int getLoadMoreViewResId()