Android.Widget.BaseAdapter Members

The members of Android.Widget.BaseAdapter are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
Countint. Documentation for this section has not yet been entered.
[read-only]
HasStableIdsbool. Indicates whether the item ids are stable across changes to the underlying data.
[read-only]
IsEmptybool.
[read-only]
ViewTypeCountint.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AreAllItemsEnabled() : bool
Indicates whether all the items in this adapter are enabled.
GetDropDownView(int, Android.Views.View, Android.Views.ViewGroup) : Android.Views.View
abstract
GetItem(int) : Java.Lang.Object
Documentation for this section has not yet been entered.
abstract
GetItemId(int) : long
Documentation for this section has not yet been entered.
GetItemViewType(int) : 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) : Android.Views.View
Documentation for this section has not yet been entered.
IsEnabled(int) : bool
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).