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

Inheritance: Element
Datei anzeigen Open project: MvvmCross/MvvmCross

Protected Methods

Method Description
FireValueChanged ( ) : void
UpdateDetailDisplay ( Android.Views.View cell ) : void
ValueElement ( string caption ) : Android.Views
ValueElement ( string caption, object value, string layoutName ) : Android.Views

Method Details

FireValueChanged() protected method

protected FireValueChanged ( ) : void
return void

UpdateDetailDisplay() protected abstract method

protected abstract UpdateDetailDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
return void

ValueElement() protected method

protected ValueElement ( string caption ) : Android.Views
caption string
return Android.Views

ValueElement() protected method

protected ValueElement ( string caption, object value, string layoutName ) : Android.Views
caption string
value object
layoutName string
return Android.Views