Метод | Описание | |
---|---|---|
GetItemId ( int position ) : long | ||
GetItemViewType ( int position ) : int | ||
GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
TreeListViewAdapter ( Android.Content.Context context ) : Android.OS | ||
TreeListViewAdapter ( Android.Content.Context context, IMvxAndroidBindingContext BindingContext ) : Android.OS |
Метод | Описание | |
---|---|---|
GetBindableView ( global convertView, object dataContext, int templateId ) : global::Android.Views.View | ||
SetItemsSource ( IEnumerable list ) : void |
protected GetBindableView ( global convertView, object dataContext, int templateId ) : global::Android.Views.View | ||
convertView | global | |
dataContext | object | |
templateId | int | |
Результат | global::Android.Views.View |
public GetItemViewType ( int position ) : int | ||
position | int | |
Результат | int |
public GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
position | int | |
convertView | Android.Views.View | |
parent | Android.Views.ViewGroup | |
Результат | Android.Views.View |
protected SetItemsSource ( IEnumerable list ) : void | ||
list | IEnumerable | |
Результат | void |
public TreeListViewAdapter ( Android.Content.Context context ) : Android.OS | ||
context | Android.Content.Context | |
Результат | Android.OS |
public TreeListViewAdapter ( Android.Content.Context context, IMvxAndroidBindingContext BindingContext ) : Android.OS | ||
context | Android.Content.Context | |
BindingContext | IMvxAndroidBindingContext | |
Результат | Android.OS |