C# Class 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.
Inheritance: StringElement, IImageUpdated, IColorizeBackground
Afficher le fichier Open project: runegri/Android.Dialog Class Usage Examples

Méthodes publiques

Méthode Description
StyledStringElement ( string caption ) : System
StyledStringElement ( string caption, NSAction tapped ) : System
StyledStringElement ( string caption, string value ) : System
StyledStringElement ( string caption, string value, UITableViewCellStyle style ) : System

Méthodes protégées

Méthode Description
GetCellImpl ( UITableView tv ) : UITableViewCell
GetKey ( int style ) : string
UpdateCaptionDisplay ( UITableViewCell cell ) : void
UpdateCellDisplay ( UITableViewCell cell ) : void
UpdateDetailDisplay ( UITableViewCell cell ) : void

Private Methods

Méthode Description
AccessoryTap ( ) : void
ClearBackground ( UITableViewCell cell ) : void
IColorizeBackground ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
IImageUpdated ( Uri uri ) : void
OnImageInfo ( ) : ExtraInfo
PrepareCell ( UITableViewCell cell ) : void

Method Details

GetCellImpl() protected méthode

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetKey() protected méthode

protected GetKey ( int style ) : string
style int
Résultat string

StyledStringElement() public méthode

public StyledStringElement ( string caption ) : System
caption string
Résultat System

StyledStringElement() public méthode

public StyledStringElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
Résultat System

StyledStringElement() public méthode

public StyledStringElement ( string caption, string value ) : System
caption string
value string
Résultat System

StyledStringElement() public méthode

public StyledStringElement ( string caption, string value, UITableViewCellStyle style ) : System
caption string
value string
style UITableViewCellStyle
Résultat System

UpdateCaptionDisplay() protected méthode

protected UpdateCaptionDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void

UpdateCellDisplay() protected méthode

protected UpdateCellDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void

UpdateDetailDisplay() protected méthode

protected UpdateDetailDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void