![]() |
Paradox Game Engine
v1.0.0 beta06
|
Used to display toggle button on the screen. More...
Public Member Functions | |
| BooleanElement (string caption, bool value) | |
| BooleanElement (string caption, bool value, 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.BoolElement | |
| BoolElement (string caption, bool value) | |
| BoolElement (string caption, bool 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... | |
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 void | Selected () |
| virtual bool | Matches (string text) |
| Context | GetContext () |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Additional Inherited Members | |
Properties inherited from MonoDroid.Dialog.BoolElement | |
| bool | Value [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 inherited from MonoDroid.Dialog.BoolElement | |
| EventHandler | ValueChanged |
Used to display toggle button on the screen.
Definition at line 48 of file BooleanElement.cs.
| MonoDroid.Dialog.BooleanElement.BooleanElement | ( | string | caption, |
| bool | value | ||
| ) |
Definition at line 54 of file BooleanElement.cs.
| MonoDroid.Dialog.BooleanElement.BooleanElement | ( | string | caption, |
| bool | value, | ||
| int | layoutId | ||
| ) |
Definition at line 59 of file BooleanElement.cs.
|
protectedvirtual |
Reimplemented from MonoDroid.Dialog.Element.
Definition at line 80 of file BooleanElement.cs.
|
virtual |
Overriden my most derived classes, creates a view that creates a View with the contents for display
| context | |
| convertView | |
| parent |
Reimplemented from MonoDroid.Dialog.Element.
Definition at line 64 of file BooleanElement.cs.
| void MonoDroid.Dialog.BooleanElement.OnCheckedChanged | ( | CompoundButton | buttonView, |
| bool | isChecked | ||
| ) |
Definition at line 91 of file BooleanElement.cs.