public interface IHeaderFooter
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getHeaderFooterType() |
int |
getStartHeight() |
android.view.View |
getView(RefreshLayout parent) |
void |
layoutView(RefreshLayout parent,
int left,
int top,
int right,
int bottom) |
void |
onLoadAll(RefreshLayout parent) |
void |
onNestedPreScroll(RefreshLayout parent,
int dx,
int dy,
int[] consumed,
boolean byUser) |
void |
onNestedScroll(RefreshLayout parent,
int dx,
int dy,
int[] consumed,
boolean byUser) |
void |
onParentScrolled(RefreshLayout parent,
int dx,
int dy) |
void |
onStartLoad(RefreshLayout parent) |
void |
onStopLoad(RefreshLayout parent) |
boolean |
shouldStartLoad() |
void onNestedScroll(RefreshLayout parent, int dx, int dy, int[] consumed, boolean byUser)
void onNestedPreScroll(RefreshLayout parent, int dx, int dy, int[] consumed, boolean byUser)
void onParentScrolled(RefreshLayout parent, int dx, int dy)
void layoutView(RefreshLayout parent, int left, int top, int right, int bottom)
void onStopLoad(RefreshLayout parent)
void onLoadAll(RefreshLayout parent)
void onStartLoad(RefreshLayout parent)
android.view.View getView(RefreshLayout parent)
int getStartHeight()
boolean shouldStartLoad()
int getHeaderFooterType()