C# Класс Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.StyledStringElement

A version of the StringElement that can be styled with a number of formatting options and can render images or background images either from UIImage parameters or by downloading them from the net.
Наследование: StringElement, IImageUpdated, IColorizeBackground
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
StyledStringElement ( string caption ) : System
StyledStringElement ( string caption, NSAction tapped ) : System
StyledStringElement ( string caption, string value ) : System
StyledStringElement ( string caption, string value, UITableViewCellStyle style ) : System

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

Метод Описание
GetCellImpl ( UITableView tv ) : UITableViewCell
GetKey ( int style ) : string
UpdateCaptionDisplay ( UITableViewCell cell ) : void
UpdateCellDisplay ( UITableViewCell cell ) : void
UpdateDetailDisplay ( UITableViewCell cell ) : void

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

Метод Описание
AccessoryTap ( ) : void
ClearBackground ( UITableViewCell cell ) : void
IColorizeBackground ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
IImageUpdated ( Uri uri ) : void
OnImageInfo ( ) : ExtraInfo
PrepareCell ( UITableViewCell cell ) : void

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

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

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

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

protected GetKey ( int style ) : string
style int
Результат string

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

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

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

public StyledStringElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
Результат System

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

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

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

public StyledStringElement ( string caption, string value, UITableViewCellStyle style ) : System
caption string
value string
style UITableViewCellStyle
Результат System

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

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

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

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

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

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