C# Class MonoTouch.Dialog.RadioElement

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

Public Methods

Method 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 method

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

RadioElement() public method

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

RadioElement() public method

public RadioElement ( string caption, bool popOnSelect ) : System
caption string
popOnSelect bool
return System

RadioElement() public method

public RadioElement ( string caption, string group ) : System
caption string
group string
return System

Selected() public method

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