|
| RadioElement (string caption, string group) |
|
| RadioElement (string caption) |
|
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 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...
|
|
| 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) |
|
| Element (string caption) |
| Initializes the element with the given caption. More...
|
|
| Element (string caption, int layoutId) |
|
void | Dispose () |
|
Context | GetContext () |
|
Definition at line 9 of file RadioElement.cs.
MonoDroid.Dialog.RadioElement.RadioElement |
( |
string |
caption, |
|
|
string |
group |
|
) |
| |
MonoDroid.Dialog.RadioElement.RadioElement |
( |
string |
caption | ) |
|
override View MonoDroid.Dialog.RadioElement.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 25 of file RadioElement.cs.
override string MonoDroid.Dialog.RadioElement.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 33 of file RadioElement.cs.
string MonoDroid.Dialog.RadioElement.Group |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/engine/SiliconStudio.Paradox.Graphics.Regression/AndrRunner/MonoDroid.Dialog/RadioElement.cs