C# Class MonoMobile.Dialog.BooleanElement

Used to display switch on the screen.
Inheritance: BoolElement
Mostra file Open project: moljac/MonoMobile.Dialog Class Usage Examples

Public Methods

Method Description
BooleanElement ( string caption, bool value ) : System
BooleanElement ( string caption, bool value, string key ) : System
GetCell ( UITableView tv ) : UITableViewCell
GetView ( Context context, View convertView, ViewGroup parent ) : View
OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void

Protected Methods

Method Description
BooleanElement ( string caption, bool value, int layoutId ) : System
Dispose ( bool disposing ) : void

Method Details

BooleanElement() public method

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

BooleanElement() protected method

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

BooleanElement() public method

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

Dispose() protected method

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

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetView() public method

public GetView ( Context context, View convertView, ViewGroup parent ) : View
context Context
convertView View
parent ViewGroup
return View

OnCheckedChanged() public method

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