jsx3.gui.CheckBox
API
Destroy
Fires after this checkbox is removed from the DOM.
Toggle
Fires when the user changes the state of this checkbox.
Toggle
jsxtoggle
Fires when the user changes the state of this checkbox.
Context Variables
this
{
jsx3.gui.CheckBox
} - the object that publishes this event.
objEVENT
{
jsx3.gui.Event
} - the browser event that triggers this event. May be
null
if this event is triggered by calling
setChecked()
.
intCHECKED
{
int
} - the state of the checkbox: 1 (checked) or 0.
Destroy
jsxdestroy
Fires after this checkbox is removed from the DOM.
Context Variables
this
{
jsx3.gui.CheckBox
} - the object that publishes this event.
objPARENT
{
jsx3.app.Model
} - the parent of this checkbox before it is removed from the DOM.
Copyright © 2001-2007, TIBCO Software Inc.