Paket | mx.managers |
Klass | public final class PopUpManagerChildList |
Arv | PopUpManagerChildList Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
detail
property of the
PopUpManager addPopUp()
and createPopUp()
methods.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
APPLICATION : String = "application" [statisk]
Indicates that the popup is placed in the same child list as the
application. | PopUpManagerChildList | ||
PARENT : String = "parent" [statisk]
Indicates that the popup is placed in whatever child list the
parent component is in. | PopUpManagerChildList | ||
POPUP : String = "popup" [statisk]
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 |
Konstantdetaljer
APPLICATION | Konstant |
public static const APPLICATION:String = "application"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the popup is placed in the same child list as the application.
PARENT | Konstant |
public static const PARENT:String = "parent"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Indicates that the popup is placed in whatever child list the parent component is in.
POPUP | Konstant |
public static const POPUP:String = "popup"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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, 01:40 PM Z