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
Exibir arquivo Open project: runegri/Android.Dialog Class Usage Examples

Public Methods

Method 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

Protected Methods

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

Private Methods

Method 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 method

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetKey() protected method

protected GetKey ( int style ) : string
style int
return string

StyledStringElement() public method

public StyledStringElement ( string caption ) : System
caption string
return System

StyledStringElement() public method

public StyledStringElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
return System

StyledStringElement() public method

public StyledStringElement ( string caption, string value ) : System
caption string
value string
return System

StyledStringElement() public method

public StyledStringElement ( string caption, string value, UITableViewCellStyle style ) : System
caption string
value string
style UITableViewCellStyle
return System

UpdateCaptionDisplay() protected method

protected UpdateCaptionDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
return void

UpdateCellDisplay() protected method

protected UpdateCellDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
return void

UpdateDetailDisplay() protected method

protected UpdateDetailDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
return void