Paquete | mx.managers |
Clase | public final class PopUpManagerChildList |
Herencia | PopUpManagerChildList Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
detail
property of the
PopUpManager addPopUp()
and createPopUp()
methods.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
APPLICATION : String = "application" [estática]
Indicates that the popup is placed in the same child list as the
application. | PopUpManagerChildList | ||
PARENT : String = "parent" [estática]
Indicates that the popup is placed in whatever child list the
parent component is in. | PopUpManagerChildList | ||
POPUP : String = "popup" [estática]
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 |
Información sobre constantes
APPLICATION | Constante |
public static const APPLICATION:String = "application"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the popup is placed in the same child list as the application.
PARENT | Constante |
public static const PARENT:String = "parent"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the popup is placed in whatever child list the parent component is in.
POPUP | Constante |
public static const POPUP:String = "popup"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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, 02:12 PM Z