C# Класс CrossUI.iOS.Dialog.Elements.RadioElement

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

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

Метод Описание
RadioElement ( string caption = "" ) : Foundation
RadioElement ( string caption, string group ) : Foundation
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void

Защищенные методы

Метод Описание
GetCellImpl ( UITableView tv ) : UITableViewCell
UpdateAccessoryDisplay ( UITableViewCell cell ) : void
UpdateCellDisplay ( UITableViewCell cell ) : void

Приватные методы

Метод Описание
RootOnRadioSelectedChanged ( object sender, EventArgs eventArgs ) : void
SubscribeToRoot ( ) : void

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

GetCellImpl() защищенный Метод

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

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

public RadioElement ( string caption = "" ) : Foundation
caption string
Результат Foundation

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

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

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

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

UpdateAccessoryDisplay() защищенный Метод

protected UpdateAccessoryDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Результат void

UpdateCellDisplay() защищенный Метод

protected UpdateCellDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Результат void