Paket | com.adobe.mosaic.layouts.interfaces |
Schnittstelle | public interface ISelectable |
Umsetzer | StackLayout |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
layoutTarget : GroupBase [schreibgeschützt]
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 |
Eigenschaftendetails
layoutTarget | Eigenschaft |
layoutTarget:GroupBase
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The Group for which the layout is providing selection.
Implementierung
public function get layoutTarget():GroupBase
selectedIndex | Eigenschaft |
selectedIndex:int
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Laufzeitversionen: | AIR 2.6, Flash Player 10.2 |
The index that is currently selected or -1 if no item is selected at the moment.
Implementierung
public function get selectedIndex():int
public function set selectedIndex(value:int):void
Tue Jun 12 2018, 10:04 AM Z