C# Class Android.Dialog.BooleanElement

Used to display toggle button on the screen.
Inheritance: BoolElement, CompoundButton.IOnCheckedChangeListener
Afficher le fichier Open project: sam-lippert/Android.Dialog Class Usage Examples

Protected Properties

Свойство Type Description
_caption Android.Widget.TextView
_subCaption Android.Widget.TextView
_toggleButton ToggleButton

Méthodes publiques

Méthode Description
BooleanElement ( string caption, bool value ) : System
BooleanElement ( string caption, bool value, int layoutId ) : System
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
Selected ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

BooleanElement() public méthode

public BooleanElement ( string caption, bool value ) : System
caption string
value bool
Résultat System

BooleanElement() public méthode

public BooleanElement ( string caption, bool value, int layoutId ) : System
caption string
value bool
layoutId int
Résultat System

Dispose() protected méthode

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

GetView() public méthode

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
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

Property Details

_caption protected_oe property

protected TextView,Android.Widget _caption
Résultat Android.Widget.TextView

_subCaption protected_oe property

protected TextView,Android.Widget _subCaption
Résultat Android.Widget.TextView

_toggleButton protected_oe property

protected ToggleButton _toggleButton
Résultat ToggleButton