IWrapperListAdapter Interface
Definition
List adapter that wraps another list adapter.
[Android.Runtime.Register("android/widget/WrapperListAdapter", "", "Android.Widget.IWrapperListAdapterInvoker", ApiSince=1)]
public interface IWrapperListAdapter : Android.Widget.IListAdapter, IDisposable
type IWrapperListAdapter = interface
interface IListAdapter
interface IAdapter
interface IJavaObject
interface IDisposable
- Derived
- Attributes
- Implements
Remarks
Portions of this page are modifications based on work created and shared by the
Properties
Count |
How many items are in the data set represented by this Adapter. (Inherited from IAdapter) |
Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
HasStableIds |
Indicates whether the item ids are stable across changes to the underlying data. (Inherited from IAdapter) |
IsEmpty | (Inherited from IAdapter) |
ViewTypeCount | (Inherited from IAdapter) |
WrappedAdapter |
Returns the adapter wrapped by this list adapter. |
Methods
AreAllItemsEnabled() |
Indicates whether all the items in this adapter are enabled. (Inherited from IListAdapter) |
GetItem(Int32) |
Get the data item associated with the specified position in the data set. (Inherited from IAdapter) |
GetItemId(Int32) |
Get the row id associated with the specified position in the list. (Inherited from IAdapter) |
GetItemViewType(Int32) |
Get the type of View that will be created by View for the specified item. (Inherited from IAdapter) |
GetView(Int32, View, ViewGroup) |
Get a View that displays the data at the specified position in the data set. (Inherited from IAdapter) |
IsEnabled(Int32) |
Returns true if the item at the specified position is not a separator. (Inherited from IListAdapter) |
RegisterDataSetObserver(DataSetObserver) |
Register an observer that is called when changes happen to the data used by this adapter. (Inherited from IAdapter) |
UnregisterDataSetObserver(DataSetObserver) |
Android.Widget.Adapter.registerDataSetObserver(android.database.DataSetObserver) (Inherited from IAdapter) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) |