| 套件 | 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, 03:47 PM Z