C# Class CrossUI.iOS.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: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
StyledStringElement ( string caption = "" ) : Foundation
StyledStringElement ( string caption, System.Action tapped ) : Foundation
StyledStringElement ( string caption, string value ) : Foundation
StyledStringElement ( string caption, string value, UITableViewCellStyle style ) : Foundation

Méthodes protégées

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

Private Methods

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

Method Details

ClearBackground() protected méthode

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

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

PrepareCell() protected méthode

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

StyledStringElement() public méthode

public StyledStringElement ( string caption = "" ) : Foundation
caption string
Résultat Foundation

StyledStringElement() public méthode

public StyledStringElement ( string caption, System.Action tapped ) : Foundation
caption string
tapped System.Action
Résultat Foundation

StyledStringElement() public méthode

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

StyledStringElement() public méthode

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

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