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

Inheritance: MvxAdapter, IFilterable
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
GetItem ( int position ) : Java.Lang.Object
MvxFilteringAdapter ( Android.Content.Context context ) : System
NotifyDataSetChanged ( ) : void

Méthodes protégées

Méthode Description
MvxFilteringAdapter ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Private Methods

Méthode Description
FireConstraintChanged ( ) : void
SetConstraintAndWaitForDataChange ( string newConstraint ) : int

Method Details

GetItem() public méthode

public GetItem ( int position ) : Java.Lang.Object
position int
Résultat Java.Lang.Object

MvxFilteringAdapter() public méthode

public MvxFilteringAdapter ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

MvxFilteringAdapter() protected méthode

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

NotifyDataSetChanged() public méthode

public NotifyDataSetChanged ( ) : void
Résultat void