|
| | AbPullGridView (Context context) |
| |
| | AbPullGridView (Context context, AttributeSet attrs) |
| |
| void | setPullRefreshEnable (boolean enable) |
| |
| void | setPullLoadEnable (boolean enable) |
| |
| void | stopRefresh () |
| |
| void | stopLoadMore () |
| |
| boolean | onTouchEvent (MotionEvent ev) |
| |
| void | computeScroll () |
| |
| void | setAbOnListViewListener (AbOnListViewListener listViewListener) |
| |
| void | setAdapter (BaseAdapter adapter) |
| |
| boolean | onTouch (View arg0, MotionEvent ev) |
| |
| void | onScroll (AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) |
| |
| void | onScrollStateChanged (AbsListView view, int scrollState) |
| |
| AbListViewHeader | getHeaderView () |
| |
| AbListViewFooter | getFooterView () |
| |
| ProgressBar | getHeaderProgressBar () |
| |
| ProgressBar | getFooterProgressBar () |
| |
| | AbBaseGridView (Context context) |
| |
| | AbBaseGridView (Context context, AttributeSet attrs) |
| |
| void | addHeaderView (View v) |
| |
| void | addFooterView (View v) |
| |
| GridView | getGridView () |
| |
| void | setGridView (GridView mGridView) |
| |
Public 成员函数 继承自 com.ab.view.pullview.AbMultiColumnBaseAbsListView.OnScrollListener |
| void | onScrollStateChanged (AbMultiColumnBaseAbsListView view, int scrollState) |
| |
| void | onScroll (AbMultiColumnBaseAbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) |
| |
| com.ab.view.pullview.AbPullGridView.AbPullGridView |
( |
Context |
context) | |
|
|
inline |
| com.ab.view.pullview.AbPullGridView.AbPullGridView |
( |
Context |
context, |
|
|
AttributeSet |
attrs |
|
) |
| |
|
inline |
构造.
- 参数
-
| context | the context |
| attrs | the attrs |
| void com.ab.view.pullview.AbPullGridView.computeScroll |
( |
) | |
|
|
inline |
| ProgressBar com.ab.view.pullview.AbPullGridView.getFooterProgressBar |
( |
) | |
|
|
inline |
描述:获取Footer ProgressBar,用于设置自定义样式
- 返回
- 异常
-
| ProgressBar com.ab.view.pullview.AbPullGridView.getHeaderProgressBar |
( |
) | |
|
|
inline |
描述:获取Header ProgressBar,用于设置自定义样式
- 返回
- 异常
-
| void com.ab.view.pullview.AbPullGridView.initView |
( |
Context |
context) | |
|
|
inlineprivate |
Inits the with context.
- 参数
-
| void com.ab.view.pullview.AbPullGridView.onScroll |
( |
AbsListView |
view, |
|
|
int |
firstVisibleItem, |
|
|
int |
visibleItemCount, |
|
|
int |
totalItemCount |
|
) |
| |
|
inline |
| void com.ab.view.pullview.AbPullGridView.onScrollStateChanged |
( |
AbsListView |
view, |
|
|
int |
scrollState |
|
) |
| |
|
inline |
| boolean com.ab.view.pullview.AbPullGridView.onTouch |
( |
View |
arg0, |
|
|
MotionEvent |
ev |
|
) |
| |
|
inline |
| boolean com.ab.view.pullview.AbPullGridView.onTouchEvent |
( |
MotionEvent |
ev) | |
|
|
inline |
| void com.ab.view.pullview.AbPullGridView.resetHeaderHeight |
( |
) | |
|
|
inlineprivate |
| void com.ab.view.pullview.AbPullGridView.setAbOnListViewListener |
( |
AbOnListViewListener |
listViewListener) | |
|
|
inline |
| void com.ab.view.pullview.AbPullGridView.setAdapter |
( |
BaseAdapter |
adapter) | |
|
|
inline |
| void com.ab.view.pullview.AbPullGridView.setPullLoadEnable |
( |
boolean |
enable) | |
|
|
inline |
| void com.ab.view.pullview.AbPullGridView.setPullRefreshEnable |
( |
boolean |
enable) | |
|
|
inline |
| void com.ab.view.pullview.AbPullGridView.startLoadMore |
( |
) | |
|
|
inlineprivate |
| void com.ab.view.pullview.AbPullGridView.stopLoadMore |
( |
) | |
|
|
inline |
| void com.ab.view.pullview.AbPullGridView.stopRefresh |
( |
) | |
|
|
inline |
| void com.ab.view.pullview.AbPullGridView.updateHeaderHeight |
( |
float |
delta) | |
|
|
inlineprivate |
| boolean com.ab.view.pullview.AbPullGridView.childScrollState = false |
|
private |
| int com.ab.view.pullview.AbPullGridView.count = 0 |
|
private |
| BaseAdapter com.ab.view.pullview.AbPullGridView.mAdapter = null |
|
private |
| boolean com.ab.view.pullview.AbPullGridView.mEnablePullLoad = true |
|
private |
| boolean com.ab.view.pullview.AbPullGridView.mEnablePullRefresh = true |
|
private |
The m enable pull refresh.
| GridView com.ab.view.pullview.AbPullGridView.mGridView = null |
|
private |
| int com.ab.view.pullview.AbPullGridView.mHeaderViewHeight |
|
private |
| float com.ab.view.pullview.AbPullGridView.mLastY = -1 |
|
private |
The m ab on refresh listener.
| boolean com.ab.view.pullview.AbPullGridView.mPullLoading |
|
private |
| boolean com.ab.view.pullview.AbPullGridView.mPullRefreshing = false |
|
private |
| int com.ab.view.pullview.AbPullGridView.mScrollBack |
|
private |
| Scroller com.ab.view.pullview.AbPullGridView.mScroller |
|
private |
| int com.ab.view.pullview.AbPullGridView.mTotalItemCount |
|
private |
| final float com.ab.view.pullview.AbPullGridView.OFFSET_RADIO = 1.8f |
|
staticprivate |
The Constant OFFSET_RADIO.
| final int com.ab.view.pullview.AbPullGridView.SCROLL_DURATION = 200 |
|
staticprivate |
The Constant SCROLL_DURATION.
| final int com.ab.view.pullview.AbPullGridView.SCROLLBACK_HEADER = 0 |
|
staticprivate |
The Constant SCROLLBACK_HEADER.
该类的文档由以下文件生成: