Method | Description | |
---|---|---|
GetCell ( UITableView tv ) : UITableViewCell | ||
RadioElement ( string caption ) : System | ||
RadioElement ( string caption, bool popOnSelect ) : System | ||
RadioElement ( string caption, string group ) : System | ||
Selected ( |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public RadioElement ( string caption ) : System | ||
caption | string | |
return | System |
public RadioElement ( string caption, bool popOnSelect ) : System | ||
caption | string | |
popOnSelect | bool | |
return | System |
public RadioElement ( string caption, string group ) : System | ||
caption | string | |
group | string | |
return | System |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |