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

Inheritance: Android.Widget.RadioGroup, IMvxWithChangeAdapter
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Private Properties

Свойство Type Description
GenerateViewId int
OnChildViewAdded void
OnChildViewRemoved void
OnRadioButtonCheckedChange void

Méthodes publiques

Méthode Description
AdapterOnDataSetChanged ( object sender, NotifyCollectionChangedEventArgs eventArgs ) : void
MvxRadioGroup ( Android.Content.Context context, IAttributeSet attrs ) : System
MvxRadioGroup ( Android.Content.Context context, IAttributeSet attrs, IMvxAdapterWithChangedEvent adapter ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
MvxRadioGroup ( IntPtr javaReference, JniHandleOwnership transfer ) : System

Private Methods

Méthode Description
GenerateViewId ( ) : int
OnChildViewAdded ( object sender, ChildViewAddedEventArgs args ) : void
OnChildViewRemoved ( object sender, ChildViewRemovedEventArgs childViewRemovedEventArgs ) : void
OnRadioButtonCheckedChange ( object sender, CompoundButton args ) : void

Method Details

AdapterOnDataSetChanged() public méthode

public AdapterOnDataSetChanged ( object sender, NotifyCollectionChangedEventArgs eventArgs ) : void
sender object
eventArgs System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

Dispose() protected méthode

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

MvxRadioGroup() public méthode

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

MvxRadioGroup() public méthode

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

MvxRadioGroup() protected méthode

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