C# Класс FSoft.WordApp.Droid.HomeView.GroupedListAdapter

Наследование: Cirrious.MvvmCross.Binding.Droid.Views.MvxAdapter, ISectionIndexer
Показать файл Открыть проект

Открытые методы

Метод Описание
GetItemViewType ( int position ) : int
GetPositionForSection ( int section ) : int
GetSectionForPosition ( int position ) : int
GetSections ( ) : Java.Lang.Object[]
GroupedListAdapter ( Android.Content.Context context ) : Android.OS
GroupedListAdapter ( Android.Content.Context context, IMvxAndroidBindingContext BindingContext ) : Android.OS

Защищенные методы

Метод Описание
GetBindableView ( global convertView, object dataContext, int templateId ) : global::Android.Views.View
SetItemsSource ( IEnumerable list ) : void

Приватные методы

Метод Описание
CreateJavaStringArray ( List inputList ) : Java.Lang.Object[]
GetGroupHeader ( CatalogPostsGroup group ) : Category

Описание методов

GetBindableView() защищенный Метод

protected GetBindableView ( global convertView, object dataContext, int templateId ) : global::Android.Views.View
convertView global
dataContext object
templateId int
Результат global::Android.Views.View

GetItemViewType() публичный Метод

public GetItemViewType ( int position ) : int
position int
Результат int

GetPositionForSection() публичный Метод

public GetPositionForSection ( int section ) : int
section int
Результат int

GetSectionForPosition() публичный Метод

public GetSectionForPosition ( int position ) : int
position int
Результат int

GetSections() публичный Метод

public GetSections ( ) : Java.Lang.Object[]
Результат Java.Lang.Object[]

GroupedListAdapter() публичный Метод

public GroupedListAdapter ( Android.Content.Context context ) : Android.OS
context Android.Content.Context
Результат Android.OS

GroupedListAdapter() публичный Метод

public GroupedListAdapter ( Android.Content.Context context, IMvxAndroidBindingContext BindingContext ) : Android.OS
context Android.Content.Context
BindingContext IMvxAndroidBindingContext
Результат Android.OS

SetItemsSource() защищенный Метод

protected SetItemsSource ( IEnumerable list ) : void
list IEnumerable
Результат void