Package | mx.core |
Interface | public interface ISelectableList extends IList , IEventDispatcher |
Implementors | SelectableList, TabbedViewNavigator, ViewStack |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
selectedIndex
property.
Public Properties
Property | Defined By | ||
---|---|---|---|
length : int [read-only]
The number of items in this collection. | IList | ||
selectedIndex : int
The index of the selected IList item. | ISelectableList |
Public Methods
Events
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched when the selectedIndex property changes. | ISelectableList | |||
Dispatched when the selectedIndex property changes. | ISelectableList |
Property Detail
selectedIndex | property |
Event Detail
change | Event |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Dispatched when the selectedIndex
property changes.
valueCommit | Event |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Dispatched when the selectedIndex
property changes.
Mon Nov 28 2011, 06:48 AM -08:00