C# Class CrossUI.Droid.Dialog.Elements.BooleanElement

Used to display toggle button on the screen.
Inheritance: BoolElement, CompoundButton.IOnCheckedChangeListener
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
BooleanElement ( string caption = null, bool value = false, string layoutName = null ) : Android.Content
OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
Selected ( ) : void

Méthodes protégées

Méthode Description
GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
UpdateCaptionDisplay ( Android.Views.View cell ) : void
UpdateCellDisplay ( Android.Views.View cell ) : void
UpdateDetailDisplay ( Android.Views.View cell ) : void

Method Details

BooleanElement() public méthode

public BooleanElement ( string caption = null, bool value = false, string layoutName = null ) : Android.Content
caption string
value bool
layoutName string
Résultat Android.Content

GetViewImpl() protected méthode

protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
parent Android.Views.ViewGroup
Résultat Android.Views.View

OnCheckedChanged() public méthode

public OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
buttonView CompoundButton
isChecked bool
Résultat void

Selected() public méthode

public Selected ( ) : void
Résultat void

UpdateCaptionDisplay() protected méthode

protected UpdateCaptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void

UpdateCellDisplay() protected méthode

protected UpdateCellDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void

UpdateDetailDisplay() protected méthode

protected UpdateDetailDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void