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

Inheritance: Element
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
Summary ( ) : string

Protected Methods

Method 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 method

protected FireValueChanged ( ) : void
return void

Summary() public method

public Summary ( ) : string
return string

UpdateCaptionDisplay() protected method

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

UpdateCellDisplay() protected method

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

UpdateDetailDisplay() protected abstract method

protected abstract UpdateDetailDisplay ( UITableViewCell cell ) : void
cell UITableViewCell
return void

ValueElement() protected method

protected ValueElement ( string caption ) : System
caption string
return System

ValueElement() protected method

protected ValueElement ( string caption, System.Action tapped ) : System
caption string
tapped System.Action
return System