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

Inheritance: ListView
Datei anzeigen Open project: MvvmCross/MvvmCross Class Usage Examples

Private Properties

Property Type Description
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded void
OnItemClick void
OnItemLongClick void

Public Methods

Method Description
MvxListView ( Android.Content.Context context, IAttributeSet attrs ) : System
MvxListView ( Android.Content.Context context, IAttributeSet attrs, IMvxAdapter adapter ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
ExecuteCommandOnItem ( ICommand command, int position ) : void
MvxListView ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Private Methods

Method Description
EnsureItemClickOverloaded ( ) : void
EnsureItemLongClickOverloaded ( ) : void
OnItemClick ( object sender, Android.Widget.ItemClickEventArgs e ) : void
OnItemLongClick ( object sender, ItemLongClickEventArgs e ) : void

Method Details

Dispose() protected method

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

ExecuteCommandOnItem() protected method

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

MvxListView() public method

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

MvxListView() public method

public MvxListView ( Android.Content.Context context, IAttributeSet attrs, IMvxAdapter adapter ) : System
context Android.Content.Context
attrs IAttributeSet
adapter IMvxAdapter
return System

MvxListView() protected method

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