Mark Kessler created FLEX-33477: ----------------------------------- Summary: Listbase doesn't expose setSelectedIndex Key: FLEX-33477 URL: https://issues.apache.org/jira/browse/FLEX-33477 Project: Apache Flex Issue Type: Improvement Components: Spark: ComboBox, Spark: DropDownList, Spark: List Affects Versions: Apache Flex 4.9.0 Reporter: Mark Kessler Assignee: Mark Kessler Priority: Minor
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. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira