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

Inheritance: GridView
Afficher le fichier Open project: MvvmCross/MvvmCross

Private Properties

Свойство Type Description
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded void
ItemOnClick void
ItemOnLongClick void

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
ExecuteCommandOnItem ( ICommand command, int position ) : void
MvxGridView ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Private Methods

Méthode Description
EnsureItemClickOverloaded ( ) : void
EnsureItemLongClickOverloaded ( ) : void
ItemOnClick ( object sender, Android.Widget.ItemClickEventArgs e ) : void
ItemOnLongClick ( object sender, ItemLongClickEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ExecuteCommandOnItem() protected méthode

protected ExecuteCommandOnItem ( ICommand command, int position ) : void
command ICommand
position int
Résultat void

MvxGridView() public méthode

public MvxGridView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

MvxGridView() public méthode

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

MvxGridView() protected méthode

protected MvxGridView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
Résultat System