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

Inheritance: GridView, IMvxWithChangeAdapter
Show file Open project: Everbridge/sm-MvvmCross

Private Properties

Property Type Description
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded void

Public Methods

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

Protected Methods

Method Description
ExecuteCommandOnItem ( ICommand command, int position ) : void
MvxGridView ( 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

MvxGridView() public method

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

MvxGridView() public method

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

MvxGridView() protected method

protected MvxGridView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference IntPtr
transfer JniHandleOwnership
return System