C# 클래스 CrossUI.iOS.Dialog.Elements.ValueElement

상속: Element
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
Summary ( ) : string

보호된 메소드들

메소드 설명
FireValueChanged ( ) : void
UpdateCaptionDisplay ( UITableViewCell cell ) : void
UpdateCellDisplay ( UITableViewCell cell ) : void
UpdateDetailDisplay ( UITableViewCell cell ) : void
ValueElement ( string caption ) : System
ValueElement ( string caption, System.Action tapped ) : System

메소드 상세

FireValueChanged() 보호된 메소드

protected FireValueChanged ( ) : void
리턴 void

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

UpdateCaptionDisplay() 보호된 메소드

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

UpdateCellDisplay() 보호된 메소드

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

UpdateDetailDisplay() 보호된 추상적인 메소드

protected abstract UpdateDetailDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
리턴 void

ValueElement() 보호된 메소드

protected ValueElement ( string caption ) : System
caption string
리턴 System

ValueElement() 보호된 메소드

protected ValueElement ( string caption, System.Action tapped ) : System
caption string
tapped System.Action
리턴 System