[]
        
(Showing Draft Content)

C1.Android.DataCollection.C1ListAdapter-1

C1ListAdapter<T> Class

Android.Widget.IListAdapter for IDataCollection<T> to be used in Android.Widget.ListView.

Inheritance
C1ListAdapter<T>
Implements
IListAdapter
IAdapter
IJavaObject
IJavaPeerable
Namespace: C1.Android.DataCollection
Assembly: C1.Android.DataCollection.dll
Syntax
public class C1ListAdapter<T> : Object, IListAdapter, IAdapter, IJavaObject, IDisposable, IJavaPeerable where T : class
Type Parameters
Name Description
T

Constructors

Name Description
C1ListAdapter(IDataCollection<T>, string?)

Initializes a new instance of the C1ListAdapter<T> class.

Properties

Name Description
Binding

Gets the property path of the item type that specifies what property to display as text by default.

Count
DataCollection

Gets the source collection.

HasStableIds
IsEmpty
ViewTypeCount

Methods

Name Description
AreAllItemsEnabled()
GetItem(int)
GetItemId(int)
GetItemView(int, View?, ViewGroup?)

Gets the view for a specific item.

GetItemViewType(int)
GetView(int, View?, ViewGroup?)
IsEnabled(int)
RegisterDataSetObserver(DataSetObserver?)
UnregisterDataSetObserver(DataSetObserver?)