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

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

Méthodes publiques

Méthode Description
Summary ( ) : string

Méthodes protégées

Méthode Description
FireValueChanged ( ) : void
UpdateCaptionDisplay ( UITableViewCell cell ) : void
UpdateCellDisplay ( UITableViewCell cell ) : void
UpdateDetailDisplay ( UITableViewCell cell ) : void
ValueElement ( string caption ) : System
ValueElement ( string caption, System.Action tapped ) : System

Method Details

FireValueChanged() protected méthode

protected FireValueChanged ( ) : void
Résultat void

Summary() public méthode

public Summary ( ) : string
Résultat string

UpdateCaptionDisplay() protected méthode

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

UpdateCellDisplay() protected méthode

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

UpdateDetailDisplay() protected abstract méthode

protected abstract UpdateDetailDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
Résultat void

ValueElement() protected méthode

protected ValueElement ( string caption ) : System
caption string
Résultat System

ValueElement() protected méthode

protected ValueElement ( string caption, System.Action tapped ) : System
caption string
tapped System.Action
Résultat System