C# Класс CrossUI.Droid.Dialog.Elements.Element

Наследование: Java.Lang.System.Object, IElement
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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

Описание методов

ActOnCurrentAttachedCell() публичный Метод

public ActOnCurrentAttachedCell ( Action updateAction ) : void
updateAction Action
Результат void

Element() защищенный Метод

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. ///
Результат Android.Content

GetView() публичный Метод

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
Результат Android.Views.View

GetViewImpl() защищенный Метод

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
Результат Android.Views.View

Matches() публичный Метод

public Matches ( string text ) : bool
text string
Результат bool

Selected() публичный Метод

public Selected ( ) : void
Результат void

Summary() публичный Метод

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
Результат string

UpdateCaptionDisplay() защищенный Метод

protected UpdateCaptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Результат void

UpdateCellDisplay() защищенный Метод

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
Результат void