C# Класс MvvmCross.AutoView.Droid.Views.Lists.MvxLayoutDrivenListAdapter

Наследование: MvxBindableListAdapter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_defaultItemLayout IMvxLayoutListItemViewFactory
_itemLayouts IMvxLayoutListItemViewFactory>.Dictionary

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

Метод Описание
GetDropDownView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
MvxLayoutDrivenListAdapter ( Android.Content.Context context, IMvxLayoutListItemViewFactory defaultItemLayout, IMvxLayoutListItemViewFactory>.Dictionary itemLayouts ) : System.Collections.Generic

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

Метод Описание
BindBindableView ( object source, IMvxBindableListItemView viewToUse ) : void
CreateBindableView ( object source, int templateId ) : MvxBindableListItemView
GetBindableView ( Android.Views.View convertView, object source, int templateId ) : Android.Views.View

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

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

protected BindBindableView ( object source, IMvxBindableListItemView viewToUse ) : void
source object
viewToUse IMvxBindableListItemView
Результат void

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

protected CreateBindableView ( object source, int templateId ) : MvxBindableListItemView
source object
templateId int
Результат MvxBindableListItemView

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

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

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

public GetDropDownView ( 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

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

public MvxLayoutDrivenListAdapter ( Android.Content.Context context, IMvxLayoutListItemViewFactory defaultItemLayout, IMvxLayoutListItemViewFactory>.Dictionary itemLayouts ) : System.Collections.Generic
context Android.Content.Context
defaultItemLayout IMvxLayoutListItemViewFactory
itemLayouts IMvxLayoutListItemViewFactory>.Dictionary
Результат System.Collections.Generic

Описание свойств

_defaultItemLayout защищенное свойство

protected IMvxLayoutListItemViewFactory _defaultItemLayout
Результат IMvxLayoutListItemViewFactory

_itemLayouts защищенное свойство

protected Dictionary _itemLayouts
Результат IMvxLayoutListItemViewFactory>.Dictionary