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

Inheritance: Java.Lang.System.Object, IElement
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
ActOnCurrentAttachedCell ( Action updateAction ) : void
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
Matches ( string text ) : bool
Selected ( ) : void
Summary ( ) : string

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.

Méthodes protégées

Méthode Description
Element ( string caption = null, string layoutName = null ) : Android.Content

Initializes the element with the given caption and layout.

GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View

Overriden by most derived classes, creates a View with the contents for display

UpdateCaptionDisplay ( Android.Views.View cell ) : void
UpdateCellDisplay ( Android.Views.View cell ) : void

Override this method if you want some other action to be taken when a cell view is set

Method Details

ActOnCurrentAttachedCell() public méthode

public ActOnCurrentAttachedCell ( Action updateAction ) : void
updateAction Action
Résultat void

Element() protected méthode

Initializes the element with the given caption and layout.
protected Element ( string caption = null, string layoutName = null ) : Android.Content
caption string /// The caption. ///
layoutName string /// The layout to load. ///
Résultat Android.Content

GetView() public méthode

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
parent Android.Views.ViewGroup
Résultat Android.Views.View

GetViewImpl() protected méthode

Overriden by most derived classes, creates a View with the contents for display
protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
parent Android.Views.ViewGroup
Résultat Android.Views.View

Matches() public méthode

public Matches ( string text ) : bool
text string
Résultat bool

Selected() public méthode

public Selected ( ) : void
Résultat void

Summary() public méthode

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
public Summary ( ) : string
Résultat string

UpdateCaptionDisplay() protected méthode

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

UpdateCellDisplay() protected méthode

Override this method if you want some other action to be taken when a cell view is set
protected UpdateCellDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Résultat void