套件 | mx.managers |
類別 | public final class PopUpManagerChildList |
繼承 | PopUpManagerChildList Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
detail
property of the
PopUpManager addPopUp()
and createPopUp()
methods.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
APPLICATION : String = "application" [靜態]
Indicates that the popup is placed in the same child list as the
application. | PopUpManagerChildList | ||
PARENT : String = "parent" [靜態]
Indicates that the popup is placed in whatever child list the
parent component is in. | PopUpManagerChildList | ||
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. | PopUpManagerChildList |
常數詳細資訊
APPLICATION | 常數 |
public static const APPLICATION:String = "application"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the popup is placed in the same child list as the application.
PARENT | 常數 |
public static const PARENT:String = "parent"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the popup is placed in whatever child list the parent component is in.
POPUP | 常數 |
public static const POPUP:String = "popup"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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, 03:47 PM Z