C# 클래스 MonoTouch.Dialog.RadioElement

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

공개 메소드들

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

메소드 상세

GetCell() 공개 메소드

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

RadioElement() 공개 메소드

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

RadioElement() 공개 메소드

public RadioElement ( string caption, bool popOnSelect ) : System
caption string
popOnSelect bool
리턴 System

RadioElement() 공개 메소드

public RadioElement ( string caption, string group ) : System
caption string
group string
리턴 System

Selected() 공개 메소드

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