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
| releaseOutsideHandler: 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
| rollOutHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| rollOverHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| tabFocusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
|
Property Summary |
public
| downIcon: String (write)
|
| Sets the linkage name of a symbol to use for the button's down state.
|
|
public
| downIcon: String (read)
|
| Gets the linkage name of a symbol used for the button's down state.
|
|
public
| overIcon: String (write)
|
| Sets the linkage name of a symbol to use for the button's over state.
|
|
public
| overIcon: String (read)
|
| Gets the linkage name of a symbol used for the button's over state.
|
|
public
| selected: Boolean (write)
|
| True if the button is set to toggle and is currently in a "down" state. Can also be used to set the button's state to down, if toggle is set to true.
|
|
public
| selected: Boolean (read)
|
| Gets the selection mode of the component.
|
|
public
| toggle: Boolean (write)
|
| Determine if button is a simple pushbutton, or a button that can be toggled on and off. If toggle is set to true, the buttons up or down state can be set or retrieved with the Button.selected property.
|
|
public
| toggle: Boolean (read)
|
| Gets the toggle mode of the component.
|
|
public
| upIcon: String (write)
|
| Sets the linkage name of a symbol to use for the button's up state.
|
|
public
| upIcon: String (read)
|
| Gets the linkage name of a symbol used for the button's up state.
|
|
|
Constructor |
public
| IconButton (
Void)
|
|
|
|
Method Summary |
public static
| create (
target: MovieClip, id: String, depth: Number, initObj: Object
): IconButton |
| Static method used to create an instance of a IconButton on stage at run time.
|
|
|
|