| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
MovieClip
|
+--com.bjc.core.BJCComponent
|
+--com.bjc.controls.ColorChooser
Field Summary | ||
| public | addEventListener: Function | |
| See the EventDispatcher Class in Flash Help | ||
| public | changeHandler: Function | |
| Can be used to assign a direct event handler to the component instance. | ||
| public | eventOnValue: Boolean | |
| Can be used to choose whetever the event handler will be called when the value has been set by code. This variable is set to true by default. | ||
| 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 | position: String (write) | |
| Sets the position where the color chooser will open. | ||
| public | position: String (read) | |
| Gets the position where the color chooser will open. | ||
| public | value: Number (write) | |
| Sets the color in the color chooser. This will fire the change event if the eventOnValue is set to true (changed in version 1.3). | ||
| public | value: Number (read) | |
| Retrieves the currently set color in the color chooser. | ||
| ||
Constructor | ||
| public | ColorChooser ( Void) | |
Method Summary | ||
| public static | create ( target: MovieClip, id: String, depth: Number, initObj: Object ): ColorChooser | |
| Static method used to create an instance of a ColorChooser on stage at run time. | ||
| ||
| public var addEventListener: Function |
| See the EventDispatcher Class in Flash Help |
| public var changeHandler: Function |
Can be used to assign a direct event handler to the component instance.
|
| public var eventOnValue: Boolean |
Can be used to choose whetever the event handler will be called when the value has been set by code. This variable is set to true by default.
|
| 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 position where the color chooser will open. |
|
|
| Gets the position where the color chooser will open. |
|
|
| Sets the color in the color chooser. This will fire the change event if the eventOnValue is set to true (changed in version 1.3). |
|
|
| Retrieves the currently set color in the color chooser. |
|
|
|
| Static method used to create an instance of a ColorChooser on stage at run time. | ||||||||||||
|