The members of Android.Widget.BaseAdapter are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | Count | int. Documentation for this section has not yet been entered. |
[read-only] | HasStableIds | bool. Indicates whether the item ids are stable across changes to the underlying data. |
[read-only] | IsEmpty | bool. |
[read-only] | ViewTypeCount | int. |
[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. |
AreAllItemsEnabled()Indicates whether all the items in this adapter are enabled. | ||
GetDropDownView(int, Android.Views.View, Android.Views.ViewGroup) | ||
abstract | GetItem(int)Documentation for this section has not yet been entered. | |
abstract | GetItemId(int)Documentation for this section has not yet been entered. | |
GetItemViewType(int)Get the type of View that will be created by Adapter.getView(int, android.view.View, android.view.ViewGroup) for the specified item. | ||
abstract | GetView(int, Android.Views.View, Android.Views.ViewGroup)Documentation for this section has not yet been entered. | |
IsEnabled(int)Returns true if the item at the specified position is not a separator. | ||
NotifyDataSetChanged()Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself. | ||
NotifyDataSetInvalidated()Notifies the attached observers that the underlying data is no longer valid or available. | ||
RegisterDataSetObserver(Android.Database.DataSetObserver)Register an observer that is called when changes happen to the data used by this adapter. | ||
UnregisterDataSetObserver(Android.Database.DataSetObserver)Unregister an observer that has previously been registered with this adapter via Adapter.registerDataSetObserver(android.database.DataSetObserver). |