Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
MonoDroid.Dialog.EntryElement Class Reference
Inheritance diagram for MonoDroid.Dialog.EntryElement:
MonoDroid.Dialog.Element ITextWatcher MonoDroid.Dialog.MultilineElement

Public Member Functions

 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 ()
 
- Public Member Functions inherited from MonoDroid.Dialog.Element
 Element (string caption)
 Initializes the element with the given caption. More...
 
 Element (string caption, int layoutId)
 
void Dispose ()
 
Context GetContext ()
 

Protected Member Functions

override void Dispose (bool disposing)
 

Protected Attributes

EditText _entry
 

Properties

string Value [get, set]
 
bool Password [get, set]
 
bool Numeric [get, set]
 
string Hint [get, set]
 
int Lines [get, set]
 
Action _entryClicked [get, set]
 
- Properties inherited from MonoDroid.Dialog.Element
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...
 

Events

EventHandler ValueChanged
 

Detailed Description

Definition at line 13 of file EntryElement.cs.

Constructor & Destructor Documentation

MonoDroid.Dialog.EntryElement.EntryElement ( string  caption,
string  value 
)

Definition at line 32 of file EntryElement.cs.

MonoDroid.Dialog.EntryElement.EntryElement ( string  caption,
string  hint,
string  value 
)

Definition at line 38 of file EntryElement.cs.

MonoDroid.Dialog.EntryElement.EntryElement ( string  caption,
string @  value,
int  layoutId 
)

Definition at line 43 of file EntryElement.cs.

Member Function Documentation

void MonoDroid.Dialog.EntryElement.AfterTextChanged ( IEditable  s)

Definition at line 119 of file EntryElement.cs.

void MonoDroid.Dialog.EntryElement.BeforeTextChanged ( Java.Lang.ICharSequence  s,
int  start,
int  count,
int  after 
)

Definition at line 125 of file EntryElement.cs.

override void MonoDroid.Dialog.EntryElement.Dispose ( bool  disposing)
protectedvirtual

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 100 of file EntryElement.cs.

override View MonoDroid.Dialog.EntryElement.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.

Reimplemented in MonoDroid.Dialog.MultilineElement.

Definition at line 65 of file EntryElement.cs.

override bool MonoDroid.Dialog.EntryElement.Matches ( string  text)
virtual

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 109 of file EntryElement.cs.

void MonoDroid.Dialog.EntryElement.OnTextChanged ( Java.Lang.ICharSequence  s,
int  start,
int  before,
int  count 
)

Definition at line 114 of file EntryElement.cs.

override void MonoDroid.Dialog.EntryElement.Selected ( )
virtual

Reimplemented from MonoDroid.Dialog.Element.

Definition at line 131 of file EntryElement.cs.

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.

Member Data Documentation

EditText MonoDroid.Dialog.EntryElement._entry
protected

Definition at line 60 of file EntryElement.cs.

Property Documentation

Action MonoDroid.Dialog.EntryElement._entryClicked
getsetprotected

Definition at line 62 of file EntryElement.cs.

string MonoDroid.Dialog.EntryElement.Hint
getset

Definition at line 57 of file EntryElement.cs.

int MonoDroid.Dialog.EntryElement.Lines
getset

Definition at line 58 of file EntryElement.cs.

bool MonoDroid.Dialog.EntryElement.Numeric
getset

Definition at line 56 of file EntryElement.cs.

bool MonoDroid.Dialog.EntryElement.Password
getset

Definition at line 55 of file EntryElement.cs.

string MonoDroid.Dialog.EntryElement.Value
getset

Definition at line 16 of file EntryElement.cs.

Event Documentation

EventHandler MonoDroid.Dialog.EntryElement.ValueChanged

Definition at line 30 of file EntryElement.cs.


The documentation for this class was generated from the following file: