|
| FloatElement (string caption) |
|
| FloatElement (string caption, int layoutId) |
|
| FloatElement (Bitmap left, Bitmap right, int value) |
|
| FloatElement (Bitmap left, Bitmap right, int value, int layoutId) |
|
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...
|
|
| 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 void | Selected () |
|
virtual bool | Matches (string text) |
|
Context | GetContext () |
|
|
virtual void | Dispose (bool disposing) |
|
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 12 of file FloatElement.cs.
MonoDroid.Dialog.FloatElement.FloatElement |
( |
string |
caption | ) |
|
MonoDroid.Dialog.FloatElement.FloatElement |
( |
string |
caption, |
|
|
int |
layoutId |
|
) |
| |
MonoDroid.Dialog.FloatElement.FloatElement |
( |
Bitmap |
left, |
|
|
Bitmap |
right, |
|
|
int |
value |
|
) |
| |
MonoDroid.Dialog.FloatElement.FloatElement |
( |
Bitmap |
left, |
|
|
Bitmap |
right, |
|
|
int |
value, |
|
|
int |
layoutId |
|
) |
| |
override View MonoDroid.Dialog.FloatElement.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 51 of file FloatElement.cs.
Bitmap MonoDroid.Dialog.FloatElement.Left |
int MonoDroid.Dialog.FloatElement.MinValue |
Bitmap MonoDroid.Dialog.FloatElement.Right |
bool MonoDroid.Dialog.FloatElement.ShowCaption |
int MonoDroid.Dialog.FloatElement.Value |
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/FloatElement.cs