The members of Android.Widget.AdapterView are listed below.
See Also: Inherited members from Android.Views.ViewGroup
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | InvalidPosition | int (-1). Represents an invalid position. |
const | InvalidRowId | long (-9223372036854775808). Represents an empty or invalid row id |
const | ItemViewTypeHeaderOrFooter | int (-2). The item view type returned by Adapter.getItemViewType(int) when the item is a header or footer. |
const | ItemViewTypeIgnore | int (-1). The item view type returned by Adapter.getItemViewType(int) when the adapter does not want the item's view recycled. |
[read-only] | Count | int. |
EmptyView | Android.Views.View. When the current adapter is empty, the AdapterView can display a special view called the empty view. | |
[read-only] | FirstVisiblePosition | int. Returns the position within the adapter's data set for the first item displayed on screen. |
[read-only] | LastVisiblePosition | int. Returns the position within the adapter's data set for the last item displayed on screen. |
OnItemClickListener | AdapterView.IOnItemClickListener. | |
OnItemLongClickListener | AdapterView.IOnItemLongClickListener. | |
OnItemSelectedListener | AdapterView.IOnItemSelectedListener. | |
[read-only] | SelectedItem | Java.Lang.Object. |
[read-only] | SelectedItemId | long. |
[read-only] | SelectedItemPosition | int. Return the position of the currently selected item within the adapter's data set |
[read-only] abstract | SelectedView | Android.Views.View. |
abstract | RawAdapter | Java.Lang.Object. Returns the adapter currently associated with this widget. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetItemAtPosition(int)Gets the data associated with the specified position in the list. | ||
GetItemIdAtPosition(int) | ||
GetPositionForView(Android.Views.View)Get the position within the adapter's data set for the view, where view is a an adapter item or a descendant of an adapter item. | ||
PerformItemClick(Android.Views.View, int, long)Call the OnItemClickListener, if it is defined. | ||
abstract | SetSelection(int)Sets the currently selected item. |
ItemClick | Documentation for this section has not yet been entered. | |
ItemLongClick | Documentation for this section has not yet been entered. | |
ItemSelected | Documentation for this section has not yet been entered. | |
ItemSelectionCleared | Documentation for this section has not yet been entered. | |
NothingSelected | Documentation for this section has not yet been entered. |