C# 클래스 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.
상속: StringElement, IImageUpdated, IColorizeBackground
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
AccessoryTap ( ) : void
IColorizeBackground ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
IImageUpdated ( Uri uri ) : void
OnImageInfo ( ) : ExtraInfo

메소드 상세

ClearBackground() 보호된 메소드

protected ClearBackground ( UITableViewCell cell ) : void
cell UITableViewCell
리턴 void

GetCellImpl() 보호된 메소드

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetKey() 보호된 메소드

protected GetKey ( int style ) : string
style int
리턴 string

PrepareCell() 보호된 메소드

protected PrepareCell ( UITableViewCell cell ) : void
cell UITableViewCell
리턴 void

StyledStringElement() 공개 메소드

public StyledStringElement ( string caption = "" ) : Foundation
caption string
리턴 Foundation

StyledStringElement() 공개 메소드

public StyledStringElement ( string caption, System.Action tapped ) : Foundation
caption string
tapped System.Action
리턴 Foundation

StyledStringElement() 공개 메소드

public StyledStringElement ( string caption, string value ) : Foundation
caption string
value string
리턴 Foundation

StyledStringElement() 공개 메소드

public StyledStringElement ( string caption, string value, UITableViewCellStyle style ) : Foundation
caption string
value string
style UITableViewCellStyle
리턴 Foundation

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