C# Class Android.Dialog.BooleanElement

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

Protected Properties

Property Type Description
_caption Android.Widget.TextView
_subCaption Android.Widget.TextView
_toggleButton ToggleButton

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

BooleanElement() public method

public BooleanElement ( string caption, bool value ) : System
caption string
value bool
return System

BooleanElement() public method

public BooleanElement ( string caption, bool value, int layoutId ) : System
caption string
value bool
layoutId int
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetView() public method

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
return Android.Views.View

OnCheckedChanged() public method

public OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
buttonView CompoundButton
isChecked bool
return void

Selected() public method

public Selected ( ) : void
return void

Property Details

_caption protected_oe property

protected TextView,Android.Widget _caption
return Android.Widget.TextView

_subCaption protected_oe property

protected TextView,Android.Widget _subCaption
return Android.Widget.TextView

_toggleButton protected_oe property

protected ToggleButton _toggleButton
return ToggleButton