C# Class Android.Dialog.StringElement

Inheritance: Element
Datei anzeigen Open project: sam-lippert/Android.Dialog Class Usage Examples

Public Properties

Property Type Description
Alignment object

Protected Properties

Property Type Description
_caption Android.Widget.TextView
_text Android.Widget.TextView

Public Methods

Method Description
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
Matches ( string text ) : bool
StringElement ( string caption ) : System
StringElement ( string caption, int layoutId ) : System
StringElement ( string caption, string value ) : System
StringElement ( string caption, string value, int layoutId ) : System
Summary ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetView() public method

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
return Android.Views.View

Matches() public method

public Matches ( string text ) : bool
text string
return bool

StringElement() public method

public StringElement ( string caption ) : System
caption string
return System

StringElement() public method

public StringElement ( string caption, int layoutId ) : System
caption string
layoutId int
return System

StringElement() public method

public StringElement ( string caption, string value ) : System
caption string
value string
return System

StringElement() public method

public StringElement ( string caption, string value, int layoutId ) : System
caption string
value string
layoutId int
return System

Summary() public method

public Summary ( ) : string
return string

Property Details

Alignment public_oe property

public object Alignment
return object

_caption protected_oe property

protected TextView,Android.Widget _caption
return Android.Widget.TextView

_text protected_oe property

protected TextView,Android.Widget _text
return Android.Widget.TextView