| 包 | com.adobe.mosaic.layouts.interfaces |
| 接口 | public interface ISelectable |
| 实现器 | StackLayout |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
公共属性
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| layoutTarget : GroupBase [只读]
The Group for which the layout is providing selection. | ISelectable | ||
| selectedIndex : int
The index that is currently selected or -1 if no item is selected at the moment. | ISelectable | ||
属性详细信息
layoutTarget | 属性 |
selectedIndex | 属性 |
selectedIndex:int| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
The index that is currently selected or -1 if no item is selected at the moment.
实现
public function get selectedIndex():int public function set selectedIndex(value:int):voidTue Jun 12 2018, 11:04 AM Z