Apache Flex 4.13.0 API Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
CheckBox
Properties
|
Methods
|
Events
Package
org.apache.flex.createjs
Class
public class CheckBox
Inheritance
CheckBox
CheckBox
UIButtonBase
flash.display.SimpleButton
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
beads
: Array
The array property that is used to add additional beads to an MXML tag.
UIButtonBase
className
: String
The classname.
UIButtonBase
element
: Object
[read-only] Each IUIBase has an element that is actually added to the platform's display list DOM.
UIButtonBase
height
: Number
[override] The width of the component.
UIButtonBase
id
: String
An id property for MXML documents.
UIButtonBase
measurementBead
:
IMeasurementBead
[read-only] A measurement bead, if one exists.
UIButtonBase
model
:
IBeadModel
An IBeadModel that serves as the data model for the component.
UIButtonBase
selected
: Boolean
true if the check mark is displayed.
CheckBox
text
: String
The text label for the CheckBox.
CheckBox
width
: Number
[override] The width of the component.
UIButtonBase
x
: Number
[override]
UIButtonBase
y
: Number
[override]
UIButtonBase
Protected Properties
Hide Inherited Protected Properties
Show Inherited Protected Properties
Property
Defined By
$height
: Number
[read-only] Retrieve the low-level bounding box height.
UIButtonBase
$width
: Number
[read-only] Retrieve the low-level bounding box width.
UIButtonBase
$x
: Number
[read-only] Retrieve the low-level bounding box x.
UIButtonBase
$y
: Number
[read-only] Retrieve the low-level bounding box y.
UIButtonBase
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
addBead
(bead:
IBead
):void
Add a bead to the strand.
UIButtonBase
addedToParent
():void
UIButtonBase
getBeadByType
(classOrInterface:Class):
IBead
Find a bead on the strand.
UIButtonBase
removeBead
(value:
IBead
):
IBead
Remove a bead from the strand.
UIButtonBase
Events
Hide Inherited Events
Show Inherited Events
Event
Summary
Defined By
change
Dispatched when the user checks or un-checks the CheckBox.
CheckBox
click
Set a different class for click events so that there aren't dependencies on the flash classes on the JS side.
UIButtonBase
Fri Apr 18 2014, 11:02 PM -07:00