C# Class Android.Dialog.Element

Inheritance: Java.Lang.Object
Afficher le fichier Open project: sam-lippert/Android.Dialog Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Element() public méthode

Initializes the element with the given caption.
public Element ( string caption ) : System
caption string /// The caption. ///
Résultat System

Element() public méthode

public Element ( string caption, int layoutId ) : System
caption string
layoutId int
Résultat System

GetContext() public méthode

public GetContext ( ) : Android.Content.Context
Résultat Android.Content.Context

GetView() public méthode

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
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