ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.mosaic.layouts.interfaces 

ISelectable  - AS3 ADEP Composite Application

Packagecom.adobe.mosaic.layouts.interfaces
Interfacepublic 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

This interface is implemented by classes that provide the ability to single-out, or select, one of their elements.



Public Properties
 PropertyDefined 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