| Pacote | mx.managers |
| Classe | public final class PopUpManagerChildList |
| Herança | PopUpManagerChildList Object |
detail property of the
PopUpManager addPopUp() and createPopUp()
methods.
Veja também
| Constante | Definido por | ||
|---|---|---|---|
| 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 | Constante |
public static const APPLICATION:String = "application"
Indicates that the popup is placed in the same child list as the application.
| PARENT | Constante |
public static const PARENT:String = "parent"
Indicates that the popup is placed in whatever child list the parent component is in.
| POPUP | Constante |
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.