Pakket | com.adobe.mosaic.layouts.interfaces |
Interface | public interface ISelectable |
Geïmplementeerd door | StackLayout |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
layoutTarget : GroupBase [alleen-lezen]
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 |
Eigenschapdetails
layoutTarget | eigenschap |
layoutTarget:GroupBase
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The Group for which the layout is providing selection.
Implementatie
public function get layoutTarget():GroupBase
selectedIndex | eigenschap |
selectedIndex:int
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtimeversies: | AIR 2.6, Flash Player 10.2 |
The index that is currently selected or -1 if no item is selected at the moment.
Implementatie
public function get selectedIndex():int
public function set selectedIndex(value:int):void
Wed Jun 13 2018, 11:42 AM Z