![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
Element (string caption) | |
Initializes the element with the given caption. More... | |
Element (string caption, int layoutId) | |
void | Dispose () |
virtual 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... | |
virtual 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... | |
virtual void | Selected () |
virtual bool | Matches (string text) |
Context | GetContext () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Properties | |
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... | |
Definition at line 9 of file Element.cs.
MonoDroid.Dialog.Element.Element | ( | string | caption | ) |
Initializes the element with the given caption.
caption | The caption. |
Definition at line 17 of file Element.cs.
MonoDroid.Dialog.Element.Element | ( | string | caption, |
int | layoutId | ||
) |
Definition at line 22 of file Element.cs.
void MonoDroid.Dialog.Element.Dispose | ( | ) |
Definition at line 55 of file Element.cs.
|
protectedvirtual |
Reimplemented in MonoDroid.Dialog.Section, MonoDroid.Dialog.RootElement, MonoDroid.Dialog.StringElement, MonoDroid.Dialog.EntryElement, MonoDroid.Dialog.BooleanElement, and MonoDroid.Dialog.ImageElement.
Definition at line 60 of file Element.cs.
Context MonoDroid.Dialog.Element.GetContext | ( | ) |
Definition at line 94 of file Element.cs.
References MonoDroid.Dialog.Element.Parent.
|
virtual |
Overriden my most derived classes, creates a view that creates a View with the contents for display
context | |
convertView | |
parent |
Reimplemented in MonoDroid.Dialog.Section, MonoDroid.Dialog.RootElement, MonoDroid.Dialog.CheckboxElement, Android.NUnitLite.UI.TestCaseElement, MonoDroid.Dialog.EntryElement, MonoDroid.Dialog.StringElement, MonoDroid.Dialog.BooleanElement, Android.NUnitLite.UI.TestSuiteElement, MonoDroid.Dialog.ImageElement, MonoDroid.Dialog.FloatElement, Android.NUnitLite.UI.FormattedElement, Android.NUnitLite.UI.FormattedSection, MonoDroid.Dialog.HtmlElement, Android.NUnitLite.UI.ActionElement, Android.NUnitLite.UI.ActivityElement, MonoDroid.Dialog.RadioElement, MonoDroid.Dialog.MultilineElement, and MonoDroid.Dialog.ButtonElement.
Definition at line 81 of file Element.cs.
|
virtual |
Reimplemented in MonoDroid.Dialog.EntryElement, and MonoDroid.Dialog.StringElement.
Definition at line 89 of file Element.cs.
|
virtual |
Reimplemented in MonoDroid.Dialog.EntryElement, and MonoDroid.Dialog.StringElement.
Definition at line 87 of file Element.cs.
|
virtual |
Returns a summary of the value represented by this object, suitable for rendering as the result of a RootElement with child objects.
Reimplemented in MonoDroid.Dialog.RootElement, MonoDroid.Dialog.StringElement, MonoDroid.Dialog.EntryElement, MonoDroid.Dialog.BoolElement, MonoDroid.Dialog.RadioElement, and MonoDroid.Dialog.ButtonElement.
Definition at line 69 of file Element.cs.
|
getset |
The caption to display for this given element
Definition at line 31 of file Element.cs.
|
getset |
Override for click the click event
Definition at line 43 of file Element.cs.
|
getset |
Definition at line 33 of file Element.cs.
|
getset |
Override for long click events, some elements use this for action
Definition at line 48 of file Element.cs.
|
getset |
For sections this points to a RootElement, for every other object this points to a Section and it is null for the root RootElement.
Definition at line 38 of file Element.cs.
Referenced by MonoDroid.Dialog.Element.GetContext().
|
getset |
An Object that contains data about the element. The default is null.
Definition at line 53 of file Element.cs.