C# Класс Android.Dialog.Element

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

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

Метод Описание
Element ( string caption ) : System

Initializes the element with the given caption.

Element ( string caption, int layoutId ) : System
GetContext ( ) : Android.Content.Context
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View

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

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() публичный Метод

Initializes the element with the given caption.
public Element ( string caption ) : System
caption string /// The caption. ///
Результат System

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

public Element ( string caption, int layoutId ) : System
caption string
layoutId int
Результат System

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

public GetContext ( ) : Android.Content.Context
Результат Android.Content.Context

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

Overriden by most derived classes, creates a View with the contents for display
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

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