C# Class MonoDroid.Dialog.StringElement

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

Méthodes publiques

Свойство Type Description
Alignment object

Protected Properties

Свойство Type Description
_caption Android.Widget.TextView
_text Android.Widget.TextView

Méthodes publiques

Méthode Description
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
Matches ( string text ) : bool
Selected ( ) : void
StringElement ( string caption ) : System
StringElement ( string caption, System.Action clicked ) : System
StringElement ( string caption, int layoutId ) : System
StringElement ( string caption, string value ) : System
StringElement ( string caption, string value, System.Action clicked ) : System
StringElement ( string caption, string value, int layoutId ) : System
Summary ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

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

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

Matches() public méthode

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

Selected() public méthode

public Selected ( ) : void
Résultat void

StringElement() public méthode

public StringElement ( string caption ) : System
caption string
Résultat System

StringElement() public méthode

public StringElement ( string caption, System.Action clicked ) : System
caption string
clicked System.Action
Résultat System

StringElement() public méthode

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

StringElement() public méthode

public StringElement ( string caption, string value ) : System
caption string
value string
Résultat System

StringElement() public méthode

public StringElement ( string caption, string value, System.Action clicked ) : System
caption string
value string
clicked System.Action
Résultat System

StringElement() public méthode

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

Summary() public méthode

public Summary ( ) : string
Résultat string

Property Details

Alignment public_oe property

public object Alignment
Résultat object

_caption protected_oe property

protected TextView,Android.Widget _caption
Résultat Android.Widget.TextView

_text protected_oe property

protected TextView,Android.Widget _text
Résultat Android.Widget.TextView