| パッケージ | 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, 10:34 AM Z