패키지 | 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:17 PM Z