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

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

Private Properties

Свойство Type Description
ChildOnClick void
EnsureGroupClickOverloaded void
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded void
GroupOnClick void
ItemOnLongClick 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
Dispose ( bool disposing ) : void
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
ChildOnClick ( object sender, Android.Widget.ChildClickEventArgs e ) : void
EnsureGroupClickOverloaded ( ) : void
EnsureItemClickOverloaded ( ) : void
EnsureItemLongClickOverloaded ( ) : void
GroupOnClick ( object sender, Android.Widget.GroupClickEventArgs e ) : void
ItemOnLongClick ( object sender, ItemLongClickEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

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