C# Class CrossUI.iOS.Dialog.Elements.RadioElement

Inheritance: StringElement
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
RadioElement ( string caption = "" ) : Foundation
RadioElement ( string caption, string group ) : Foundation
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void

Protected Methods

Method Description
GetCellImpl ( UITableView tv ) : UITableViewCell
UpdateAccessoryDisplay ( UITableViewCell cell ) : void
UpdateCellDisplay ( UITableViewCell cell ) : void

Private Methods

Method Description
RootOnRadioSelectedChanged ( object sender, EventArgs eventArgs ) : void
SubscribeToRoot ( ) : void

Method Details

GetCellImpl() protected method

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

RadioElement() public method

public RadioElement ( string caption = "" ) : Foundation
caption string
return Foundation

RadioElement() public method

public RadioElement ( string caption, string group ) : Foundation
caption string
group string
return Foundation

Selected() public method

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

UpdateAccessoryDisplay() protected method

protected UpdateAccessoryDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
return void

UpdateCellDisplay() protected method

protected UpdateCellDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
return void