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

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

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

Метод Описание
Summary ( ) : string

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

Метод Описание
FireValueChanged ( ) : void
UpdateCaptionDisplay ( UITableViewCell cell ) : void
UpdateCellDisplay ( UITableViewCell cell ) : void
UpdateDetailDisplay ( UITableViewCell cell ) : void
ValueElement ( string caption ) : System
ValueElement ( string caption, System.Action tapped ) : System

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

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

protected FireValueChanged ( ) : void
Результат void

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

public Summary ( ) : string
Результат string

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

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

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

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

UpdateDetailDisplay() защищенный абстрактный Метод

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

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

protected ValueElement ( string caption ) : System
caption string
Результат System

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

protected ValueElement ( string caption, System.Action tapped ) : System
caption string
tapped System.Action
Результат System