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

Public Member Functions

 MultilineElement (string caption, string value)
 
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...
 
- Public Member Functions inherited from MonoDroid.Dialog.EntryElement
 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 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 ()
 

Properties

int Lines [get, set]
 
int MaxLength [get, set]
 
- Properties inherited from MonoDroid.Dialog.EntryElement
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...
 

Additional Inherited Members

- Protected Member Functions inherited from MonoDroid.Dialog.EntryElement
override void Dispose (bool disposing)
 
- Protected Attributes inherited from MonoDroid.Dialog.EntryElement
EditText _entry
 
- Events inherited from MonoDroid.Dialog.EntryElement
EventHandler ValueChanged
 

Detailed Description

Definition at line 8 of file MultilineElement.cs.

Constructor & Destructor Documentation

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

Definition at line 13 of file MultilineElement.cs.

Member Function Documentation

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

Definition at line 19 of file MultilineElement.cs.

Property Documentation

int MonoDroid.Dialog.MultilineElement.Lines
getset

Definition at line 10 of file MultilineElement.cs.

int MonoDroid.Dialog.MultilineElement.MaxLength
getset

Definition at line 11 of file MultilineElement.cs.


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