C# 클래스 MonoTouch.Dialog.StringElement

상속: RootElement, IElementSizing
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alignment UITextAlignment
CellAccessory UITableViewCellAccessory
CellStyle UITableViewCellStyle
Image UIImage
RowHeight float
ShowValueAsBadge bool
Value string

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
Matches ( string text ) : bool
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
StringElement ( string caption ) : System
StringElement ( string caption, System.Action tapped ) : System
StringElement ( string caption, string value ) : System
StringElement ( string caption, string value, System.Action tapped ) : System
StringElement ( string caption, string value, UIImage image, System.Action tapped ) : System
Summary ( ) : string

보호된 메소드들

메소드 설명
HasTappedEvent ( ) : bool

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

HasTappedEvent() 보호된 메소드

protected HasTappedEvent ( ) : bool
리턴 bool

Matches() 공개 메소드

public Matches ( string text ) : bool
text string
리턴 bool

Selected() 공개 메소드

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
dvc DialogViewController
tableView UITableView
indexPath NSIndexPath
리턴 void

StringElement() 공개 메소드

public StringElement ( string caption ) : System
caption string
리턴 System

StringElement() 공개 메소드

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

StringElement() 공개 메소드

public StringElement ( string caption, string value ) : System
caption string
value string
리턴 System

StringElement() 공개 메소드

public StringElement ( string caption, string value, System.Action tapped ) : System
caption string
value string
tapped System.Action
리턴 System

StringElement() 공개 메소드

public StringElement ( string caption, string value, UIImage image, System.Action tapped ) : System
caption string
value string
image UIImage
tapped System.Action
리턴 System

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

프로퍼티 상세

Alignment 공개적으로 프로퍼티

public UITextAlignment Alignment
리턴 UITextAlignment

CellAccessory 공개적으로 프로퍼티

public UITableViewCellAccessory CellAccessory
리턴 UITableViewCellAccessory

CellStyle 공개적으로 프로퍼티

public UITableViewCellStyle CellStyle
리턴 UITableViewCellStyle

Image 공개적으로 프로퍼티

public UIImage Image
리턴 UIImage

RowHeight 공개적으로 프로퍼티

public float RowHeight
리턴 float

ShowValueAsBadge 공개적으로 프로퍼티

public bool ShowValueAsBadge
리턴 bool

Value 공개적으로 프로퍼티

public string Value
리턴 string