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

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

Méthodes protégées

Méthode 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 méthode

protected FireValueChanged ( ) : void
Résultat void

UpdateDetailDisplay() protected abstract méthode

protected abstract UpdateDetailDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void

ValueElement() protected méthode

protected ValueElement ( string caption ) : Android.Views
caption string
Résultat Android.Views

ValueElement() protected méthode

protected ValueElement ( string caption, object value, string layoutName ) : Android.Views
caption string
value object
layoutName string
Résultat Android.Views