C# Class MonoDroid.Dialog.Element

Inheritance: IDisposable
Afficher le fichier Open project: CartBlanche/MonoDroid.Dialog Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
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 my most derived classes, creates a view that 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

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 my most derived classes, creates a view that 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