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

Inheritance: Android.Widget.ExpandableListView
Exibir arquivo Open project: MvvmCross/MvvmCross Class Usage Examples

Private Properties

Property Type Description
ChildOnClick void
EnsureGroupClickOverloaded void
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded void
GroupOnClick void
ItemOnLongClick 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
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

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

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