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

Inheritance: ListView
ファイルを表示 Open project: Everbridge/sm-MvvmCross Class Usage Examples

Private Properties

Property Type Description
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded 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
ExecuteCommandOnItem ( ICommand command, int position ) : void
MvxListView ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Private Methods

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

Method Details

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 IntPtr
transfer JniHandleOwnership
return System