Paquete | mx.core |
Interfaz | public interface ISelectableList extends IList , IEventDispatcher |
Implementadores | SelectableList, TabbedViewNavigator, ViewStack |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
selectedIndex
property.
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
![]() | length : int [solo lectura]
The number of items in this collection. | IList | |
selectedIndex : int
The index of the selected IList item. | ISelectableList |
Métodos públicos
Eventos
Evento | Resumen | Definido por | ||
---|---|---|---|---|
Dispatched when the selectedIndex property changes. | ISelectableList | |||
Dispatched when the selectedIndex property changes. | ISelectableList |
Información sobre propiedades
selectedIndex | propiedad |
Información sobre eventos
change | Evento |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Dispatched when the selectedIndex
property changes.
valueCommit | Evento |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Dispatched when the selectedIndex
property changes.
Tue Jun 12 2018, 02:12 PM Z