Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
MonoDroid.Dialog.StringElement Class Reference
Inheritance diagram for MonoDroid.Dialog.StringElement:
MonoDroid.Dialog.Element Android.NUnitLite.UI.ActionElement Android.NUnitLite.UI.ActivityElement Android.NUnitLite.UI.FormattedElement MonoDroid.Dialog.ButtonElement MonoDroid.Dialog.DateTimeElement MonoDroid.Dialog.HtmlElement MonoDroid.Dialog.RadioElement Android.NUnitLite.UI.TestElement MonoDroid.Dialog.DateElement MonoDroid.Dialog.TimeElement Android.NUnitLite.UI.TestCaseElement Android.NUnitLite.UI.TestSuiteElement

Public Member Functions

 StringElement (string caption)
 
 StringElement (string caption, int layoutId)
 
 StringElement (string caption, string value)
 
 StringElement (string caption, string value, Action clicked)
 
 StringElement (string caption, string value, int layoutId)
 
 StringElement (string caption, Action clicked)
 
override View GetView (Context context, View convertView, ViewGroup parent)
 Overriden my most derived classes, creates a view that creates a View with the contents for display More...
 
override void Selected ()
 
override string Summary ()
 Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects. More...
 
override bool Matches (string text)
 
- Public Member Functions inherited from MonoDroid.Dialog.Element
 Element (string caption)
 Initializes the element with the given caption. More...
 
 Element (string caption, int layoutId)
 
void Dispose ()
 
Context GetContext ()
 

Public Attributes

object Alignment
 

Protected Member Functions

override void Dispose (bool disposing)
 

Protected Attributes

TextView _caption
 
TextView _text
 

Properties

int FontSize [get, set]
 
string Value [get, set]
 
- Properties inherited from MonoDroid.Dialog.Element
string Caption [get, set]
 The caption to display for this given element More...
 
int LayoutId [get, set]
 
Element Parent [get, set]
 
Action Click [get, set]
 Override for click the click event More...
 
Action LongClick [get, set]
 Override for long click events, some elements use this for action More...
 
Object Tag [get, set]
 An Object that contains data about the element. The default is null. More...
 

Detailed Description

Definition at line 16 of file StringElement.cs.

Constructor & Destructor Documentation

MonoDroid.Dialog.StringElement.StringElement ( string  caption)

Definition at line 28 of file StringElement.cs.

MonoDroid.Dialog.StringElement.StringElement ( string  caption,
int  layoutId 
)

Definition at line 33 of file StringElement.cs.

MonoDroid.Dialog.StringElement.StringElement ( string  caption,
string  value 
)

Definition at line 38 of file StringElement.cs.

MonoDroid.Dialog.StringElement.StringElement ( string  caption,
string  value,
Action  clicked 
)

Definition at line 45 of file StringElement.cs.

MonoDroid.Dialog.StringElement.StringElement ( string  caption,
string  value,
int  layoutId 
)

Definition at line 52 of file StringElement.cs.

MonoDroid.Dialog.StringElement.StringElement ( string  caption,
Action  clicked 
)

Definition at line 58 of file StringElement.cs.

Member Function Documentation

override void MonoDroid.Dialog.StringElement.Dispose ( bool  disposing)
protectedvirtual

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 104 of file StringElement.cs.

override View MonoDroid.Dialog.StringElement.GetView ( Context  context,
View  convertView,
ViewGroup  parent 
)
virtual

Overriden my most derived classes, creates a view that creates a View with the contents for display

Parameters
context
convertView
parent
Returns

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 65 of file StringElement.cs.

override bool MonoDroid.Dialog.StringElement.Matches ( string  text)
virtual

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 95 of file StringElement.cs.

override void MonoDroid.Dialog.StringElement.Selected ( )
virtual

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 81 of file StringElement.cs.

override string MonoDroid.Dialog.StringElement.Summary ( )
virtual

Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.

Returns
The return value must be a short description of the value.

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 90 of file StringElement.cs.

Member Data Documentation

TextView MonoDroid.Dialog.StringElement._caption
protected

Definition at line 101 of file StringElement.cs.

TextView MonoDroid.Dialog.StringElement._text
protected

Definition at line 102 of file StringElement.cs.

object MonoDroid.Dialog.StringElement.Alignment

Definition at line 26 of file StringElement.cs.

Property Documentation

int MonoDroid.Dialog.StringElement.FontSize
getset

Definition at line 18 of file StringElement.cs.

string MonoDroid.Dialog.StringElement.Value
getset

Definition at line 20 of file StringElement.cs.


The documentation for this class was generated from the following file: