Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
/**
- @private
- An Array of the RadioButtons that belong to this group.
*/
private var radioButtons:Array /* of RadioButton */ = [];
If RadioButtonGroup is going to have its buttons typed to RadioButton (ButtonGroup and a SelectableButton interface would have been more useful and flexible), then the Array should be a Vector typed to RadioButton.