Public 成员函数 | |
| AbViewPagerAdapter (Context context, ArrayList< View > mListViews) | |
| int | getCount () |
| boolean | isViewFromObject (View arg0, Object arg1) |
| Object | instantiateItem (View container, int position) |
| void | destroyItem (View container, int position, Object object) |
| int | getItemPosition (Object object) |
Private 属性 | |
| Context | mContext |
| ArrayList< View > | mListViews = null |
| HashMap< Integer, View > | mViews = null |
© 2012 amsoft.cn 名称:AbViewPagerAdapter.java 描述:一个通用的ViewPager适配器
|
inline |
Instantiates a new ab view pager adapter.
| context | the context |
| mListViews | the m list views |
|
inline |
描述:移除View.
| container | the container |
| position | the position |
| object | the object |
|
inline |
描述:获取数量.
|
inline |
描述:很重要,否则不能notifyDataSetChanged.
| object | the object |
|
inline |
描述:显示View.
| container | the container |
| position | the position |
|
inline |
描述:Object是否对应这个View.
| arg0 | the arg0 |
| arg1 | the arg1 |
|
private |
The m context.
|
private |
The m list views.
|
private |
The m views.
1.8.8