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

Inheritance: MvvmCross.Binding.Droid.Views.MvxAdapter
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
MvxLayoutDrivenAdapter ( Android.Content.Context context, IMvxLayoutListItemViewFactory defaultItemLayout, IMvxLayoutListItemViewFactory>.Dictionary itemLayouts ) : System.Collections.Generic

Méthodes protégées

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

Method Details

BindBindableView() protected méthode

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

CreateBindableView() protected méthode

protected CreateBindableView ( object dataContext, int templateId ) : IMvxListItemView
dataContext object
templateId int
Résultat IMvxListItemView

GetBindableView() protected méthode

protected GetBindableView ( Android.Views.View convertView, object dataContext, int templateId ) : Android.Views.View
convertView Android.Views.View
dataContext 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

MvxLayoutDrivenAdapter() public méthode

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