Pakket | mx.core |
Interface | public interface IWindow |
Geïmplementeerd door | Window, Window, WindowedApplication, WindowedApplication |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | AIR 1.1 |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
maximizable : Boolean [alleen-lezen]
Specifies whether the window can be maximized. | IWindow | ||
minimizable : Boolean [alleen-lezen]
Specifies whether the window can be minimized. | IWindow | ||
nativeWindow : NativeWindow [alleen-lezen]
The underlying NativeWindow that the Window component uses. | IWindow | ||
resizable : Boolean [alleen-lezen]
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 [alleen-lezen]
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 [alleen-lezen]
Specifies whether the window is transparent. | IWindow | ||
type : String [alleen-lezen]
Specifies the type of NativeWindow that this component
represents. | IWindow | ||
visible : Boolean [alleen-lezen]
Controls the window's visibility. | IWindow |
Methode | Gedefinieerd door | ||
---|---|---|---|
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 | eigenschap |
minimizable | eigenschap |
nativeWindow | eigenschap |
nativeWindow:NativeWindow
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | AIR 1.1 |
The underlying NativeWindow that the Window component uses.
Implementatie
public function get nativeWindow():NativeWindow
resizable | eigenschap |
status | eigenschap |
systemChrome | eigenschap |
systemChrome:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | AIR 1.1 |
Specifies the type of system chrome (if any) the window has. The set of possible values is defined by the constants in the NativeWindowSystemChrome class.
Implementatie
public function get systemChrome():String
Verwante API-elementen
title | eigenschap |
titleIcon | eigenschap |
transparent | eigenschap |
type | eigenschap |
type:String
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | AIR 1.1 |
Specifies the type of NativeWindow that this component represents. The set of possible values is defined by the constants in the NativeWindowType class.
Implementatie
public function get type():String
Verwante API-elementen
visible | eigenschap |
close | () | methode |
public function close():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | AIR 1.1 |
Closes the window.
maximize | () | methode |
public function maximize():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | AIR 1.1 |
Maximizes the window, or does nothing if it's already maximized.
minimize | () | methode |
public function minimize():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | AIR 1.1 |
Minimizes the window.
restore | () | methode |
public function restore():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | AIR 1.1 |
Restores the window (unmaximizes it if it's maximized, or unminimizes it if it's minimized).
Wed Jun 13 2018, 11:42 AM Z