Пакет | 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 | свойство |
layoutTarget:GroupBase
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Версии среды выполнения: | AIR 2.6, Flash Player 10.2 |
The Group for which the layout is providing selection.
Реализация
public function get layoutTarget():GroupBase
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, 11:34 AM Z