Paket | com.adobe.mosaic.layouts.interfaces |
Arabirim | public interface ISelectable |
Uygulayıcılar | StackLayout |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
layoutTarget : GroupBase [salt okunur]
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 |
Özellik Ayrıntısı
layoutTarget | özellik |
layoutTarget:GroupBase
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The Group for which the layout is providing selection.
Uygulama
public function get layoutTarget():GroupBase
selectedIndex | özellik |
selectedIndex:int
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Çalışma Zamanı Sürümleri: | AIR 2.6, Flash Player 10.2 |
The index that is currently selected or -1 if no item is selected at the moment.
Uygulama
public function get selectedIndex():int
public function set selectedIndex(value:int):void
Tue Jun 12 2018, 01:09 PM Z