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

Inheritance: StringElement
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetCellImpl ( UITableView tv ) : UITableViewCell
UpdateAccessoryDisplay ( UITableViewCell cell ) : void
UpdateCellDisplay ( UITableViewCell cell ) : void

Private Methods

Méthode Description
RootOnRadioSelectedChanged ( object sender, EventArgs eventArgs ) : void
SubscribeToRoot ( ) : void

Method Details

GetCellImpl() protected méthode

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

RadioElement() public méthode

public RadioElement ( string caption = "" ) : Foundation
caption string
Résultat Foundation

RadioElement() public méthode

public RadioElement ( string caption, string group ) : Foundation
caption string
group string
Résultat Foundation

Selected() public méthode

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
dvc DialogViewController
tableView UITableView
indexPath NSIndexPath
Résultat void

UpdateAccessoryDisplay() protected méthode

protected UpdateAccessoryDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void

UpdateCellDisplay() protected méthode

protected UpdateCellDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void