|
| EntryElement (string caption, string value) |
|
| EntryElement (string caption, string hint, string value) |
|
| EntryElement (string caption, string @value, int layoutId) |
|
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 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 bool | Matches (string text) |
|
void | OnTextChanged (Java.Lang.ICharSequence s, int start, int before, int count) |
|
void | AfterTextChanged (IEditable s) |
|
void | BeforeTextChanged (Java.Lang.ICharSequence s, int start, int count, int after) |
|
override void | Selected () |
|
| Element (string caption) |
| Initializes the element with the given caption. More...
|
|
| Element (string caption, int layoutId) |
|
void | Dispose () |
|
Context | GetContext () |
|
|
override void | Dispose (bool disposing) |
|
|
string | Value [get, set] |
|
bool | Password [get, set] |
|
bool | Numeric [get, set] |
|
string | Hint [get, set] |
|
int | Lines [get, set] |
|
Action | _entryClicked [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 13 of file EntryElement.cs.
MonoDroid.Dialog.EntryElement.EntryElement |
( |
string |
caption, |
|
|
string |
value |
|
) |
| |
MonoDroid.Dialog.EntryElement.EntryElement |
( |
string |
caption, |
|
|
string |
hint, |
|
|
string |
value |
|
) |
| |
MonoDroid.Dialog.EntryElement.EntryElement |
( |
string |
caption, |
|
|
string @ |
value, |
|
|
int |
layoutId |
|
) |
| |
void MonoDroid.Dialog.EntryElement.AfterTextChanged |
( |
IEditable |
s | ) |
|
void MonoDroid.Dialog.EntryElement.BeforeTextChanged |
( |
Java.Lang.ICharSequence |
s, |
|
|
int |
start, |
|
|
int |
count, |
|
|
int |
after |
|
) |
| |
override void MonoDroid.Dialog.EntryElement.Dispose |
( |
bool |
disposing | ) |
|
|
protectedvirtual |
override View MonoDroid.Dialog.EntryElement.GetView |
( |
Context |
context, |
|
|
View |
convertView, |
|
|
ViewGroup |
parent |
|
) |
| |
|
virtual |
override bool MonoDroid.Dialog.EntryElement.Matches |
( |
string |
text | ) |
|
|
virtual |
void MonoDroid.Dialog.EntryElement.OnTextChanged |
( |
Java.Lang.ICharSequence |
s, |
|
|
int |
start, |
|
|
int |
before, |
|
|
int |
count |
|
) |
| |
override void MonoDroid.Dialog.EntryElement.Selected |
( |
| ) |
|
|
virtual |
override string MonoDroid.Dialog.EntryElement.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 50 of file EntryElement.cs.
EditText MonoDroid.Dialog.EntryElement._entry |
|
protected |
Action MonoDroid.Dialog.EntryElement._entryClicked |
|
getsetprotected |
string MonoDroid.Dialog.EntryElement.Hint |
|
getset |
int MonoDroid.Dialog.EntryElement.Lines |
|
getset |
bool MonoDroid.Dialog.EntryElement.Numeric |
|
getset |
bool MonoDroid.Dialog.EntryElement.Password |
|
getset |
string MonoDroid.Dialog.EntryElement.Value |
|
getset |
EventHandler MonoDroid.Dialog.EntryElement.ValueChanged |
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/EntryElement.cs