|
| TimeElement (string caption, DateTime date) |
|
| TimeElement (string caption, DateTime date, int layoutId) |
|
override string | Format (DateTime dt) |
|
| DateTimeElement (string caption, DateTime date) |
|
| DateTimeElement (string caption, DateTime date, int layoutId) |
|
| 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 () |
|
|
object | Alignment |
|
override void | Dispose (bool disposing) |
|
TextView | _caption |
|
TextView | _text |
|
DateTime | DateValue [get, set] |
|
int | FontSize [get, set] |
|
string | Value [get, set] |
|
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 74 of file DateTimeElement.cs.
MonoDroid.Dialog.TimeElement.TimeElement |
( |
string |
caption, |
|
|
DateTime |
date |
|
) |
| |
MonoDroid.Dialog.TimeElement.TimeElement |
( |
string |
caption, |
|
|
DateTime |
date, |
|
|
int |
layoutId |
|
) |
| |
override string MonoDroid.Dialog.TimeElement.Format |
( |
DateTime |
dt | ) |
|
|
virtual |
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/DateTimeElement.cs