Android.Widget.BaseAdapter: Method Members

The methods of Android.Widget.BaseAdapter are listed below. For a list of all members, see the BaseAdapter Members list.

See Also: Inherited members from Java.Lang.Object

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).