Public 成员函数 | |
| void | onChanged () |
| void | onInvalidated () |
| void | clearSavedState () |
Public 成员函数 继承自 com.ab.view.carousel.CarouselAdapter< T extends Adapter > | |
| CarouselAdapter (Context context) | |
| CarouselAdapter (Context context, AttributeSet attrs) | |
| CarouselAdapter (Context context, AttributeSet attrs, int defStyle) | |
| void | setOnItemClickListener (OnItemClickListener listener) |
| final OnItemClickListener | getOnItemClickListener () |
| boolean | performItemClick (View view, int position, long id) |
| void | setOnItemLongClickListener (OnItemLongClickListener listener) |
| final OnItemLongClickListener | getOnItemLongClickListener () |
| void | setOnItemSelectedListener (OnItemSelectedListener listener) |
| final OnItemSelectedListener | getOnItemSelectedListener () |
| abstract T | getAdapter () |
| abstract void | setAdapter (T adapter) |
| void | addView (View child) |
| void | addView (View child, int index) |
| void | addView (View child, LayoutParams params) |
| void | addView (View child, int index, LayoutParams params) |
| void | removeView (View child) |
| void | removeViewAt (int index) |
| void | removeAllViews () |
| .CapturedViewProperty int | getSelectedItemPosition () |
| .CapturedViewProperty long | getSelectedItemId () |
| abstract View | getSelectedView () |
| Object | getSelectedItem () |
| .CapturedViewProperty int | getCount () |
| int | getPositionForView (View view) |
| int | getFirstVisiblePosition () |
| int | getLastVisiblePosition () |
| abstract void | setSelection (int position) |
| void | setEmptyView (View emptyView) |
| View | getEmptyView () |
| void | setFocusable (boolean focusable) |
| void | setFocusableInTouchMode (boolean focusable) |
| Object | getItemAtPosition (int position) |
| long | getItemIdAtPosition (int position) |
| void | setOnClickListener (OnClickListener l) |
| boolean | dispatchPopulateAccessibilityEvent (AccessibilityEvent event) |
Private 属性 | |
| Parcelable | mInstanceState = null |
An asynchronous update interface for receiving notifications about AdapterDataSet information as the AdapterDataSet is constructed.
|
inline |
This method is called when information about an AdapterDataSet which was previously requested using an asynchronous interface becomes available.
|
inline |
描述:TODO.
|
inline |
描述:TODO.
|
private |
The m instance state.
1.8.8