패키지 | mx.core |
클래스 | public class FlexGlobals |
상속 | FlexGlobals Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
topLevelApplication : Object [정적]
The first application run in an ApplicationDomain is the top-level application. | FlexGlobals |
공용 메서드
속성 세부 정보
topLevelApplication | 속성 |
public static var topLevelApplication:Object
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 10, AIR 1.5 |
The first application run in an ApplicationDomain is the top-level application.
This property is set to a reference to the top-level application in the top-level
application's constructor. Each ApplicationDomain will have its own
topLevelApplication
.
Tue Jun 12 2018, 03:17 PM Z