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
파일 보기 프로젝트 열기: runegri/Android.Dialog 1 사용 예제들

공개 메소드들

메소드 설명
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