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

Inheritance: Android.Widget.ExpandableListView
Show file Open project: Everbridge/sm-MvvmCross Class Usage Examples

Private Properties

Property Type Description
EnsureGroupClickOverloaded void
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
EnsureGroupClickOverloaded ( ) : void
EnsureItemClickOverloaded ( ) : void
EnsureItemLongClickOverloaded ( ) : void

Method Details

ExecuteCommandOnGroup() protected method

protected ExecuteCommandOnGroup ( ICommand command, int groupPosition ) : void
command ICommand
groupPosition int
return void

ExecuteCommandOnItem() protected method

protected ExecuteCommandOnItem ( ICommand command, int groupPosition, int position ) : void
command ICommand
groupPosition int
position int
return void

MvxExpandableListView() public method

public MvxExpandableListView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

MvxExpandableListView() public method

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

MvxExpandableListView() protected method

protected MvxExpandableListView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
return System