Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
MonoDroid.Dialog.HtmlElement Class Reference
Inheritance diagram for MonoDroid.Dialog.HtmlElement:
MonoDroid.Dialog.StringElement MonoDroid.Dialog.Element

Public Member Functions

 HtmlElement (string caption, string url)
 
 HtmlElement (string caption, Uri uri)
 
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...
 
- Public Member Functions inherited from MonoDroid.Dialog.StringElement
 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 ()
 

Properties

Uri Url [get, set]
 
- Properties inherited from MonoDroid.Dialog.StringElement
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...
 

Additional Inherited Members

- Public Attributes inherited from MonoDroid.Dialog.StringElement
object Alignment
 
- Protected Member Functions inherited from MonoDroid.Dialog.StringElement
override void Dispose (bool disposing)
 
- Protected Attributes inherited from MonoDroid.Dialog.StringElement
TextView _caption
 
TextView _text
 

Detailed Description

Definition at line 12 of file HtmlElement.cs.

Constructor & Destructor Documentation

MonoDroid.Dialog.HtmlElement.HtmlElement ( string  caption,
string  url 
)

Definition at line 16 of file HtmlElement.cs.

MonoDroid.Dialog.HtmlElement.HtmlElement ( string  caption,
Uri  uri 
)

Definition at line 22 of file HtmlElement.cs.

Member Function Documentation

override View MonoDroid.Dialog.HtmlElement.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 39 of file HtmlElement.cs.

Property Documentation

Uri MonoDroid.Dialog.HtmlElement.Url
getset

Definition at line 28 of file HtmlElement.cs.


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