Pacote | mx.core |
Interface | public interface ISelectableList extends IList , IEventDispatcher |
Implementadores | SelectableList, TabbedViewNavigator, ViewStack |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
selectedIndex
property.
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
length : int [somente leitura]
The number of items in this collection. | IList | ||
selectedIndex : int
The index of the selected IList item. | ISelectableList |
Métodos públicos
Eventos
Evento | Resumo | Definido por | ||
---|---|---|---|---|
Dispatched when the selectedIndex property changes. | ISelectableList | |||
Dispatched when the selectedIndex property changes. | ISelectableList |
Detalhes da propriedade
selectedIndex | propriedade |
Detalhe do evento
change | Evento |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Dispatched when the selectedIndex
property changes.
valueCommit | Evento |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Dispatched when the selectedIndex
property changes.
Wed Jun 13 2018, 11:10 AM Z