Packageorg.apache.flex.jquery
Classpublic class CheckBox
InheritanceCheckBox Inheritance CheckBox Inheritance UIButtonBase Inheritance flash.display.SimpleButton



Public Properties
 PropertyDefined By
 Inherited$height : Number
[read-only] Retrieve the low-level bounding box height.
UIButtonBase
 Inherited$width : Number
[read-only] Retrieve the low-level bounding box width.
UIButtonBase
 Inheritedbeads : Array
The array property that is used to add additional beads to an MXML tag.
UIButtonBase
 InheritedclassName : String
The classname.
UIButtonBase
 Inheritedelement : Object
[read-only] Each IUIBase has an element that is actually added to the platform's display list DOM.
UIButtonBase
 InheritedexplicitHeight : Number
The explicitly set width (as opposed to measured width or percentage width).
UIButtonBase
 InheritedexplicitWidth : Number
The explicitly set width (as opposed to measured width or percentage width).
UIButtonBase
 Inheritedheight : Number
[override] The width of the component.
UIButtonBase
 Inheritedid : String
An id property for MXML documents.
UIButtonBase
 InheritedmeasurementBead : IMeasurementBead
[read-only] A measurement bead, if one exists.
UIButtonBase
 Inheritedmodel : IBeadModel
An IBeadModel that serves as the data model for the component.
UIButtonBase
 InheritedpercentHeight : Number
The requested percentage height this component should have in the parent container.
UIButtonBase
 InheritedpercentWidth : Number
The requested percentage width this component should have in the parent container.
UIButtonBase
 Inheritedselected : Boolean
true if the check mark is displayed.
CheckBox
 Inheritedtext : String
The text label for the CheckBox.
CheckBox
 Inheritedview : IBeadView
An IBeadView that serves as the view for the component.
UIButtonBase
 Inheritedwidth : Number
[override] The width of the component.
UIButtonBase
 Inheritedx : Number
[override]
UIButtonBase
 Inheritedy : Number
[override]
UIButtonBase
Protected Properties
 PropertyDefined By
 Inherited$x : Number
[read-only] Retrieve the low-level bounding box x.
UIButtonBase
 Inherited$y : Number
[read-only] Retrieve the low-level bounding box y.
UIButtonBase
Public Methods
 MethodDefined By
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
UIButtonBase
 Inherited
UIButtonBase
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
UIButtonBase
 Inherited
Remove a bead from the strand.
UIButtonBase
Events
 Event Summary Defined By
 InheritedDispatched when the user checks or un-checks the CheckBox.CheckBox
 InheritedSet a different class for click events so that there aren't dependencies on the flash classes on the JS side.UIButtonBase