Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Apache Flex 4.9.0
-
None
Description
The listbase support class has the setSelectedIndex marked as mxinternal. It should be marked public instead. The selectedIndex setter calls this method directly anyways. For comparison, the DataGrid and Grid components have this method exposed.
The combobox will be updated as well since it overrides the method.