C# Class MonoTouch.Dialog.RadioElement

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

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
RadioElement ( string caption ) : System
RadioElement ( string caption, bool popOnSelect ) : System
RadioElement ( string caption, string group ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void

Method Details

GetCell() public méthode

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

RadioElement() public méthode

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

RadioElement() public méthode

public RadioElement ( string caption, bool popOnSelect ) : System
caption string
popOnSelect bool
Résultat System

RadioElement() public méthode

public RadioElement ( string caption, string group ) : System
caption string
group string
Résultat System

Selected() public méthode

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