C# Class MonoTouch.Dialog.CheckboxElement

Inheritance: StringElement
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
Group string
Value bool

Méthodes publiques

Méthode 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

Méthode Description
ConfigCell ( UITableViewCell cell ) : UITableViewCell

Method Details

CheckboxElement() public méthode

public CheckboxElement ( string caption ) : System
caption string
Résultat System

CheckboxElement() public méthode

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

CheckboxElement() public méthode

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

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

Selected() public méthode

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
Résultat void

Property Details

Group public_oe property

public string Group
Résultat string

Value public_oe property

public bool Value
Résultat bool