student-ar-fl-controls-RadioButtonGroup.ax [swf] flex
Dispatched when the selected RadioButton instance in a group changes. @includeExample examples/@ax-student-ar-fl-controls-RadioButtonGroup.change.1.as -noswf @eventType flash.events.Event.CHANGE @langversion 3.0 @playerversion Flash 9.0.28.0
Dispatched when a RadioButton instance is clicked. @eventType flash.events.MouseEvent.CLICK @langversion 3.0 @playerversion Flash 9.0.28.0
The @ax-student-ar-fl-controls-RadioButtonGroup class defines a group of RadioButton components to act as a single component. When one radio button is selected, no other radio buttons from the same group can be selected.
see: RadioButton
see: RadioButton#group RadioButton.group @includeExample examples/@fileExample.as @langversion 3.0 @playerversion Flash 9.0.28.0
@private @langversion 3.0 @playerversion Flash 9.0.28.0
@private @langversion 3.0 @playerversion Flash 9.0.28.0
Retrieves a reference to the specified radio button group.
parameter: name The name of the group for which to retrieve a reference.
returns: A reference to the specified @ax-student-ar-fl-controls-RadioButtonGroup. @includeExample examples/@ax-student-ar-fl-controls-RadioButtonGroup.getGroup.1.as -noswf @langversion 3.0 @playerversion Flash 9.0.28.0
@private @langversion 3.0 @playerversion Flash 9.0.28.0
@private @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) @langversion 3.0 @playerversion Flash 9.0.28.0
@private (protected) @langversion 3.0 @playerversion Flash 9.0.28.0
Creates a new @ax-student-ar-fl-controls-RadioButtonGroup instance. This is usually done automatically when a radio button is instantiated.
parameter: name The name of the radio button group. @langversion 3.0 @playerversion Flash 9.0.28.0
Gets the instance name of the radio button. @default "@ax-student-ar-fl-controls-RadioButtonGroup" @langversion 3.0 @playerversion Flash 9.0.28.0
Adds a radio button to the internal radio button array for use with radio button group indexing, which allows for the selection of a single radio button in a group of radio buttons. This method is used automatically by radio buttons, but can also be manually used to explicitly add a radio button to a group.
parameter: radioButton The RadioButton instance to be added to the current radio button group. @langversion 3.0 @playerversion Flash 9.0.28.0
Clears the RadioButton instance from the internal list of radio buttons.
parameter: radioButton The RadioButton instance to remove. @langversion 3.0 @playerversion Flash 9.0.28.0
Gets or sets a reference to the radio button that is currently selected from the radio button group. @includeExample examples/@ax-student-ar-fl-controls-RadioButtonGroup.selection.1.as -noswf @langversion 3.0 @playerversion Flash 9.0.28.0
@private (setter) @langversion 3.0 @playerversion Flash 9.0.28.0
Gets or sets the selected radio button's <code>value</code> property. If no radio button is currently selected, this property is <code>null</code>. @includeExample examples/@ax-student-ar-fl-controls-RadioButtonGroup.selectedData.1.as -noswf @langversion 3.0 @playerversion Flash 9.0.28.0
@private (setter) @langversion 3.0 @playerversion Flash 9.0.28.0
Returns the index of the specified RadioButton instance.
parameter: radioButton The RadioButton instance to locate in the current @ax-student-ar-fl-controls-RadioButtonGroup.
returns: The index of the specified RadioButton component, or -1 if the specified RadioButton was not found. @langversion 3.0 @playerversion Flash 9.0.28.0
Retrieves the RadioButton component at the specified index location.
parameter: index The index of the RadioButton component in the @ax-student-ar-fl-controls-RadioButtonGroup component, where the index of the first component is 0.
returns: The specified RadioButton component. @throws RangeError The specified index is less than 0 or greater than or equal to the length of the data provider. @langversion 3.0 @playerversion Flash 9.0.28.0
Gets the number of radio buttons in this radio button group. @default 0 @langversion 3.0 @playerversion Flash 9.0.28.0
(C) Æliens 27/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.