C# 클래스 MonoTouch.Dialog.CheckboxElement

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

공개 프로퍼티들

프로퍼티 타입 설명
Group string
Value bool

공개 메소드들

메소드 설명
CheckboxElement ( string caption ) : System
CheckboxElement ( string caption, bool value ) : System
CheckboxElement ( string caption, bool value, string group ) : System
GetCell ( UITableView tv ) : UITableViewCell
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

비공개 메소드들

메소드 설명
ConfigCell ( UITableViewCell cell ) : UITableViewCell

메소드 상세

CheckboxElement() 공개 메소드

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

CheckboxElement() 공개 메소드

public CheckboxElement ( string caption, bool value ) : System
caption string
value bool
리턴 System

CheckboxElement() 공개 메소드

public CheckboxElement ( string caption, bool value, string group ) : System
caption string
value bool
group string
리턴 System

GetCell() 공개 메소드

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

Selected() 공개 메소드

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

프로퍼티 상세

Group 공개적으로 프로퍼티

public string Group
리턴 string

Value 공개적으로 프로퍼티

public bool Value
리턴 bool