| Pacchetto | com.adobe.mosaic.layouts.interfaces |
| Interfaccia | public interface ISelectable |
| Implementatori | StackLayout |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| layoutTarget : GroupBase [sola lettura]
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 | ||
Descrizione delle proprietà
layoutTarget | proprietà |
layoutTarget:GroupBase [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The Group for which the layout is providing selection.
Implementazione
public function get layoutTarget():GroupBaseselectedIndex | proprietà |
selectedIndex:int| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Versioni runtime: | AIR 2.6, Flash Player 10.2 |
The index that is currently selected or -1 if no item is selected at the moment.
Implementazione
public function get selectedIndex():int public function set selectedIndex(value:int):voidTue Jun 12 2018, 02:44 PM Z