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

Public Member Functions

 CheckboxElement (string caption)
 
 CheckboxElement (string caption, bool value)
 
 CheckboxElement (string caption, bool value, string subCaption, string group)
 
 CheckboxElement (string caption, bool value, string group)
 
 CheckboxElement (string caption, bool value, string group, 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...
 
void OnCheckedChanged (CompoundButton buttonView, bool isChecked)
 
- 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 ()
 
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 ()
 

Public Attributes

string Group
 

Properties

bool Value [get, set]
 
string SubCaption [get, set]
 
bool ReadOnly [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
 

Additional Inherited Members

- Protected Member Functions inherited from MonoDroid.Dialog.Element
virtual void Dispose (bool disposing)
 

Detailed Description

Definition at line 10 of file CheckboxElement.cs.

Constructor & Destructor Documentation

MonoDroid.Dialog.CheckboxElement.CheckboxElement ( string  caption)

Definition at line 54 of file CheckboxElement.cs.

MonoDroid.Dialog.CheckboxElement.CheckboxElement ( string  caption,
bool  value 
)

Definition at line 60 of file CheckboxElement.cs.

MonoDroid.Dialog.CheckboxElement.CheckboxElement ( string  caption,
bool  value,
string  subCaption,
string  group 
)

Definition at line 66 of file CheckboxElement.cs.

MonoDroid.Dialog.CheckboxElement.CheckboxElement ( string  caption,
bool  value,
string  group 
)

Definition at line 74 of file CheckboxElement.cs.

MonoDroid.Dialog.CheckboxElement.CheckboxElement ( string  caption,
bool  value,
string  group,
int  layoutId 
)

Definition at line 81 of file CheckboxElement.cs.

Member Function Documentation

override View MonoDroid.Dialog.CheckboxElement.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 88 of file CheckboxElement.cs.

void MonoDroid.Dialog.CheckboxElement.OnCheckedChanged ( CompoundButton  buttonView,
bool  isChecked 
)

Definition at line 107 of file CheckboxElement.cs.

Member Data Documentation

string MonoDroid.Dialog.CheckboxElement.Group

Definition at line 52 of file CheckboxElement.cs.

Property Documentation

bool MonoDroid.Dialog.CheckboxElement.ReadOnly
getset

Definition at line 41 of file CheckboxElement.cs.

string MonoDroid.Dialog.CheckboxElement.SubCaption
getset

Definition at line 28 of file CheckboxElement.cs.

bool MonoDroid.Dialog.CheckboxElement.Value
getset

Definition at line 13 of file CheckboxElement.cs.

Event Documentation

EventHandler MonoDroid.Dialog.CheckboxElement.ValueChanged

Definition at line 46 of file CheckboxElement.cs.


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