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

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

공개 메소드들

메소드 설명
RadioElement ( string caption = "" ) : Foundation
RadioElement ( string caption, string group ) : Foundation
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void

보호된 메소드들

메소드 설명
GetCellImpl ( UITableView tv ) : UITableViewCell
UpdateAccessoryDisplay ( UITableViewCell cell ) : void
UpdateCellDisplay ( UITableViewCell cell ) : void

비공개 메소드들

메소드 설명
RootOnRadioSelectedChanged ( object sender, EventArgs eventArgs ) : void
SubscribeToRoot ( ) : void

메소드 상세

GetCellImpl() 보호된 메소드

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

RadioElement() 공개 메소드

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

RadioElement() 공개 메소드

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

Selected() 공개 메소드

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

UpdateAccessoryDisplay() 보호된 메소드

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

UpdateCellDisplay() 보호된 메소드

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