Pakiet | mx.managers |
Klasa | public final class PopUpManagerChildList |
Dziedziczenie | PopUpManagerChildList Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
detail
property of the
PopUpManager addPopUp()
and createPopUp()
methods.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
APPLICATION : String = "application" [statyczny]
Indicates that the popup is placed in the same child list as the
application. | PopUpManagerChildList | ||
PARENT : String = "parent" [statyczny]
Indicates that the popup is placed in whatever child list the
parent component is in. | PopUpManagerChildList | ||
POPUP : String = "popup" [statyczny]
Indicates that the popup is placed in the popup child list
which will cause it to float over other popups in the application
layer. | PopUpManagerChildList |
Szczegół stałej
APPLICATION | Stała |
public static const APPLICATION:String = "application"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the popup is placed in the same child list as the application.
PARENT | Stała |
public static const PARENT:String = "parent"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the popup is placed in whatever child list the parent component is in.
POPUP | Stała |
public static const POPUP:String = "popup"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Indicates that the popup is placed in the popup child list which will cause it to float over other popups in the application layer.
Tue Jun 12 2018, 12:06 PM Z