패키지 | mx.core |
인터페이스 | public interface IWindow |
구현자 | Window, Window, WindowedApplication, WindowedApplication |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | AIR 1.1 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
maximizable : Boolean [읽기 전용]
Specifies whether the window can be maximized. | IWindow | ||
minimizable : Boolean [읽기 전용]
Specifies whether the window can be minimized. | IWindow | ||
nativeWindow : NativeWindow [읽기 전용]
The underlying NativeWindow that the Window component uses. | IWindow | ||
resizable : Boolean [읽기 전용]
Specifies whether the window can be resized. | IWindow | ||
status : String
The string that appears in the status bar, if it is visible. | IWindow | ||
systemChrome : String [읽기 전용]
Specifies the type of system chrome (if any) the window has. | IWindow | ||
title : String
The title text that appears in the window title bar and
the taskbar. | IWindow | ||
titleIcon : Class
The Class (usually an image) used to draw the title bar icon. | IWindow | ||
transparent : Boolean [읽기 전용]
Specifies whether the window is transparent. | IWindow | ||
type : String [읽기 전용]
Specifies the type of NativeWindow that this component
represents. | IWindow | ||
visible : Boolean [읽기 전용]
Controls the window's visibility. | IWindow |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Closes the window. | IWindow | ||
Maximizes the window, or does nothing if it's already maximized. | IWindow | ||
Minimizes the window. | IWindow | ||
Restores the window (unmaximizes it if it's maximized, or
unminimizes it if it's minimized). | IWindow |
속성 세부 정보
maximizable | 속성 |
minimizable | 속성 |
nativeWindow | 속성 |
nativeWindow:NativeWindow
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | AIR 1.1 |
The underlying NativeWindow that the Window component uses.
구현
public function get nativeWindow():NativeWindow
resizable | 속성 |
status | 속성 |
systemChrome | 속성 |
title | 속성 |
titleIcon | 속성 |
transparent | 속성 |
type | 속성 |
visible | 속성 |
메서드 세부 정보
close | () | 메서드 |
maximize | () | 메서드 |
public function maximize():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | AIR 1.1 |
Maximizes the window, or does nothing if it's already maximized.
minimize | () | 메서드 |
public function minimize():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | AIR 1.1 |
Minimizes the window.
restore | () | 메서드 |
public function restore():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | AIR 1.1 |
Restores the window (unmaximizes it if it's maximized, or unminimizes it if it's minimized).
Tue Jun 12 2018, 03:17 PM Z