| Package | mx.managers |
| Class | public final class PopUpManagerChildList |
| Inheritance | PopUpManagerChildList Object |
detail property of the
PopUpManager addPopUp() and createPopUp()
methods.
See also
| Constant | Defined By | ||
|---|---|---|---|
| APPLICATION : String = "application" [static]
Indicates that the popup is placed in the same child list as the
application.
| PopUpManagerChildList | ||
| PARENT : String = "parent" [static]
Indicates that the popup is placed in whatever child list the
parent component is in.
| PopUpManagerChildList | ||
| POPUP : String = "popup" [static]
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 | ||
| APPLICATION | Constant |
public static const APPLICATION:String = "application"
Indicates that the popup is placed in the same child list as the application.
| PARENT | Constant |
public static const PARENT:String = "parent"
Indicates that the popup is placed in whatever child list the parent component is in.
| POPUP | Constant |
public static const POPUP:String = "popup"
Indicates that the popup is placed in the popup child list which will cause it to float over other popups in the application layer.