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

Inheritance: BoolElement, CompoundButton.IOnCheckedChangeListener
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

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

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

Private Methods

Méthode Description
SelectLayoutName ( string layoutName, string subCaption ) : string

Method Details

CheckboxElement() public méthode

public CheckboxElement ( string caption = null, bool value = false, string subCaption = null, string group = null, string layoutName = null ) : Android.Content
caption string
value bool
subCaption string
group string
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

Summary() public méthode

public Summary ( ) : string
Résultat string

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