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 display in the label of the radio button.
|
|
public
| label: String (read)
|
| Gets the text to display in the label of the radio button.
|
|
public
| radioButtonGroup: Array (read-only)
|
| An array containing all the radio buttons in this particular group. Mainly used internally to ensure that only one button is selected at a time.
|
|
public
| radioButtonGroupName: String (write)
|
| Sets the name of the radioButtonGroup that this button is assigned to. This is usually assigned internally, but can be used to set some buttons in one group, and some in another.
|
|
public
| radioButtonGroupName: String (read)
|
| Gets the name of the radioButtonGroup that this button is assigned to.
|
|
public
| selected: Boolean (write)
|
| Sets the selection mode of a radio button. This will fire the click event if the eventOnValue is set to true (changed in version 1.3).
|
|
public
| selected: Boolean (read)
|
| Gets the selection mode of a radio button.
|
|
|
|
Constructor |
public
| RadioButton (
Void)
|
|
|
|
Method Summary |
public static
| create (
target: MovieClip, id: String, depth: Number, initObj: Object
): RadioButton |
| Static method used to create an instance of a RadioButton on stage at run time.
|
|
|
|