C# Class MonoTouch.Dialog.CheckboxElement

Inheritance: StringElement
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
Group string
Value bool

Public Methods

Method Description
CheckboxElement ( string caption ) : System
CheckboxElement ( string caption, bool value ) : System
CheckboxElement ( string caption, bool value, string group ) : System
GetCell ( UITableView tv ) : UITableViewCell
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Private Methods

Method Description
ConfigCell ( UITableViewCell cell ) : UITableViewCell

Method Details

CheckboxElement() public method

public CheckboxElement ( string caption ) : System
caption string
return System

CheckboxElement() public method

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

CheckboxElement() public method

public CheckboxElement ( string caption, bool value, string group ) : System
caption string
value bool
group string
return System

GetCell() public method

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

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void

Property Details

Group public_oe property

public string Group
return string

Value public_oe property

public bool Value
return bool