Package | com.adobe.mosaic.layouts.interfaces |
Interface | public interface ISelectable |
Implementors | StackLayout |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Public Properties
Property | Defined By | ||
---|---|---|---|
layoutTarget : GroupBase [read-only]
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 |
Property Detail
layoutTarget | property |
layoutTarget:GroupBase
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The Group for which the layout is providing selection.
Implementation
public function get layoutTarget():GroupBase
selectedIndex | property |
selectedIndex:int
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
The index that is currently selected or -1 if no item is selected at the moment.
Implementation
public function get selectedIndex():int
public function set selectedIndex(value:int):void
Thu Dec 6 2018, 01:12 PM -08:00