| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
MovieClip
|
+--com.bjc.core.BJCComponent
|
+--com.bjc.core.LabelWrapper
|
+--com.bjc.controls.CheckBox
Field Summary | ||
| public | addEventListener: Function | |
| See the EventDispatcher Class in Flash Help | ||
| public | clickHandler: Function | |
| Can be used to assign a direct event handler to the component instance. | ||
| public | focusHandler: Function | |
| Can be used to assign a direct event handler to the component instance. | ||
| public | killFocusHandler: Function | |
| Can be used to assign a direct event handler to the component instance. | ||
| public | removeEventListener: Function | |
| See the EventDispatcher Class in Flash Help | ||
| public | tabFocusHandler: Function | |
| Can be used to assign a direct event handler to the component instance. | ||
| ||
Property Summary | ||
| public | label: String (write) | |
| Sets the text to be shown on the check box. | ||
| public | label: String (read) | |
| Gets the text shown on the check box. | ||
| public | selected: Boolean (write) | |
| True if the check box is currently in a "checked" state. Can also be used to set the check box's state to down. | ||
| public | selected: Boolean (read) | |
| Gets the current state of the check box. | ||
| ||
| ||
Constructor | ||
| public | CheckBox ( Void) | |
Method Summary | ||
| public static | create ( target: MovieClip, id: String, depth: Number, initObj: Object ): CheckBox | |
| Static method used to create an instance of a CheckBox on stage at run time. | ||
| ||
| public var addEventListener: Function |
| See the EventDispatcher Class in Flash Help |
| public var clickHandler: Function |
Can be used to assign a direct event handler to the component instance.
|
| public var focusHandler: Function |
Can be used to assign a direct event handler to the component instance.
|
| public var killFocusHandler: Function |
Can be used to assign a direct event handler to the component instance.
|
| public var removeEventListener: Function |
| See the EventDispatcher Class in Flash Help |
| public var tabFocusHandler: Function |
Can be used to assign a direct event handler to the component instance.
|
|
| Sets the text to be shown on the check box. |
|
|
| Gets the text shown on the check box. |
|
|
| True if the check box is currently in a "checked" state. Can also be used to set the check box's state to down. |
|
|
| Gets the current state of the check box. |
|
|
|
| Static method used to create an instance of a CheckBox on stage at run time. | ||||||||||||
|