패키지 | 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):void
Tue Jun 12 2018, 03:17 PM Z