C# Класс MonoTouch.Dialog.RadioElement

Наследование: BooleanElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

RadioElement() публичный Метод

public RadioElement ( string caption ) : System
caption string
Результат System

RadioElement() публичный Метод

public RadioElement ( string caption, bool popOnSelect ) : System
caption string
popOnSelect bool
Результат System

RadioElement() публичный Метод

public RadioElement ( string caption, string group ) : System
caption string
group string
Результат System

Selected() публичный Метод

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
dvc DialogViewController
tableView UITableView
indexPath NSIndexPath
Результат void