包 | mx.core |
接口 | public interface ISelectableList extends IList , IEventDispatcher |
实现器 | SelectableList, TabbedViewNavigator, ViewStack |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4 |
运行时版本: | Flash Player 10, AIR 1.5 |
selectedIndex
属性的 IList 元素。
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
length : int [只读]
此集合中的项目数。 | IList | ||
selectedIndex : int
选中的 IList 项目的索引。 | ISelectableList |
事件
事件 | 摘要 | 由以下参数定义 | ||
---|---|---|---|---|
当 selectedIndex 属性更改时进行调度。 | ISelectableList | |||
当 selectedIndex 属性更改时进行调度。 | ISelectableList |
属性详细信息
selectedIndex | 属性 |
事件详细信息
change | 事件 |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4 |
运行时版本: | Flash Player 10, AIR 1.5 |
当 selectedIndex
属性更改时进行调度。
valueCommit | 事件 |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 4 |
运行时版本: | Flash Player 10, AIR 1.5 |
当 selectedIndex
属性更改时进行调度。
Tue Jun 12 2018, 11:04 AM Z