Public 成员函数 | |
| AbBaseGridView (Context context) | |
| AbBaseGridView (Context context, AttributeSet attrs) | |
| void | addHeaderView (View v) |
| void | addFooterView (View v) |
| GridView | getGridView () |
| void | setGridView (GridView mGridView) |
Private 属性 | |
| Context | context |
| GridView | mGridView = null |
| LinearLayout.LayoutParams | layoutParamsFW = null |
| LinearLayout | mLinearLayoutHeader = null |
| LinearLayout | mLinearLayoutFooter = null |
The Class AbGridView.
|
inline |
Instantiates a new ab grid view.
| context | the context |
|
inline |
Instantiates a new ab grid view.
| context | the context |
| attrs | the attrs |
|
inline |
Adds the footer view.
| v | the v |
|
inline |
Adds the header view.
| v | the v |
|
inline |
Gets the grid view.
|
inline |
Sets the grid view.
| mGridView | the new grid view |
|
private |
The context.
|
private |
The layout params fw.
|
private |
The m grid view.
|
private |
The m linear layout footer.
|
private |
The m linear layout header.
1.8.4