Class Index | File Index

Classes

Class ox.UI.CheckBox


Extends ox.UI.Widget.
A check box for a single boolean field.
Defined in: configuration.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
This callback is called when the user changes the state of the CheckBox.
Fields borrowed from class ox.UI.Widget:
default_value, enabled, formnode, initialized, isEnabled, isVisible, node, parent, visible, width
Method Summary
Method Attributes Method Name and Description
 
get()
Returns the current value of the CheckBox.
 
set(value)
Sets the value of the CheckBox
Methods borrowed from class ox.UI.Widget:
addContent, applyEnabled, applyVisible, disable, enable, hide, remove, resize, setEnabled, setParent, setVisible, show
Class Detail
ox.UI.CheckBox(label)
Parameters:
{I18nString} label
The label for the checkbox.
Field Detail
{Function} changed
This callback is called when the user changes the state of the CheckBox.
Method Detail
{Boolean} get()
Returns the current value of the CheckBox.

set(value)
Sets the value of the CheckBox
Parameters:
{Boolean} value

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jan 30 2012 16:58:00 GMT+0100 (CET)