You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Mark Kessler (JIRA)" <ji...@apache.org> on 2013/04/06 15:59:15 UTC

[jira] [Created] (FLEX-33477) Listbase doesn't expose setSelectedIndex

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