C# Class MonoDroid.Dialog.StringElement

Inheritance: Element
Show file Open project: CartBlanche/MonoDroid.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
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

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

Selected() public method

public Selected ( ) : void
return void

StringElement() public method

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

StringElement() public method

public StringElement ( string caption, System.Action clicked ) : System
caption string
clicked System.Action
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, System.Action clicked ) : System
caption string
value string
clicked System.Action
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 property

public object Alignment
return object

_caption protected property

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

_text protected property

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