C# Class MvvmCross.AutoView.Droid.Views.Lists.MvxLayoutDrivenListAdapter

Inheritance: MvxBindableListAdapter
Afficher le fichier Open project: MvvmCross/MvvmCross

Protected Properties

Свойство Type Description
_defaultItemLayout IMvxLayoutListItemViewFactory
_itemLayouts IMvxLayoutListItemViewFactory>.Dictionary

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
BindBindableView ( object source, IMvxBindableListItemView viewToUse ) : void
CreateBindableView ( object source, int templateId ) : MvxBindableListItemView
GetBindableView ( Android.Views.View convertView, object source, int templateId ) : Android.Views.View

Method Details

BindBindableView() protected méthode

protected BindBindableView ( object source, IMvxBindableListItemView viewToUse ) : void
source object
viewToUse IMvxBindableListItemView
Résultat void

CreateBindableView() protected méthode

protected CreateBindableView ( object source, int templateId ) : MvxBindableListItemView
source object
templateId int
Résultat MvxBindableListItemView

GetBindableView() protected méthode

protected GetBindableView ( Android.Views.View convertView, object source, int templateId ) : Android.Views.View
convertView Android.Views.View
source object
templateId int
Résultat Android.Views.View

GetDropDownView() public méthode

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
Résultat Android.Views.View

MvxLayoutDrivenListAdapter() public méthode

public MvxLayoutDrivenListAdapter ( Android.Content.Context context, IMvxLayoutListItemViewFactory defaultItemLayout, IMvxLayoutListItemViewFactory>.Dictionary itemLayouts ) : System.Collections.Generic
context Android.Content.Context
defaultItemLayout IMvxLayoutListItemViewFactory
itemLayouts IMvxLayoutListItemViewFactory>.Dictionary
Résultat System.Collections.Generic

Property Details

_defaultItemLayout protected_oe property

protected IMvxLayoutListItemViewFactory _defaultItemLayout
Résultat IMvxLayoutListItemViewFactory

_itemLayouts protected_oe property

protected Dictionary _itemLayouts
Résultat IMvxLayoutListItemViewFactory>.Dictionary