C# Class Cirrious.MvvmCross.Binding.Droid.Views.MvxExpandableListView

Inheritance: Android.Widget.ExpandableListView
Afficher le fichier Open project: Everbridge/sm-MvvmCross Class Usage Examples

Private Properties

Свойство Type Description
EnsureGroupClickOverloaded void
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded void

Méthodes publiques

Méthode Description
MvxExpandableListView ( Android.Content.Context context, IAttributeSet attrs ) : System
MvxExpandableListView ( Android.Content.Context context, IAttributeSet attrs, MvxExpandableListAdapter adapter ) : System

Méthodes protégées

Méthode Description
ExecuteCommandOnGroup ( ICommand command, int groupPosition ) : void
ExecuteCommandOnItem ( ICommand command, int groupPosition, int position ) : void
MvxExpandableListView ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Private Methods

Méthode Description
EnsureGroupClickOverloaded ( ) : void
EnsureItemClickOverloaded ( ) : void
EnsureItemLongClickOverloaded ( ) : void

Method Details

ExecuteCommandOnGroup() protected méthode

protected ExecuteCommandOnGroup ( ICommand command, int groupPosition ) : void
command ICommand
groupPosition int
Résultat void

ExecuteCommandOnItem() protected méthode

protected ExecuteCommandOnItem ( ICommand command, int groupPosition, int position ) : void
command ICommand
groupPosition int
position int
Résultat void

MvxExpandableListView() public méthode

public MvxExpandableListView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

MvxExpandableListView() public méthode

public MvxExpandableListView ( Android.Content.Context context, IAttributeSet attrs, MvxExpandableListAdapter adapter ) : System
context Android.Content.Context
attrs IAttributeSet
adapter MvxExpandableListAdapter
Résultat System

MvxExpandableListView() protected méthode

protected MvxExpandableListView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
Résultat System