Paket | mx.core |
Gränssnitt | public interface IWindow |
Implementorer | Window, Window, WindowedApplication, WindowedApplication |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | AIR 1.1 |
Egenskap | Definieras med | ||
---|---|---|---|
maximizable : Boolean [skrivskyddad]
Specifies whether the window can be maximized. | IWindow | ||
minimizable : Boolean [skrivskyddad]
Specifies whether the window can be minimized. | IWindow | ||
nativeWindow : NativeWindow [skrivskyddad]
The underlying NativeWindow that the Window component uses. | IWindow | ||
resizable : Boolean [skrivskyddad]
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 [skrivskyddad]
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 [skrivskyddad]
Specifies whether the window is transparent. | IWindow | ||
type : String [skrivskyddad]
Specifies the type of NativeWindow that this component
represents. | IWindow | ||
visible : Boolean [skrivskyddad]
Controls the window's visibility. | IWindow |
Metod | Definieras med | ||
---|---|---|---|
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 | egenskap |
minimizable | egenskap |
nativeWindow | egenskap |
nativeWindow:NativeWindow
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | AIR 1.1 |
The underlying NativeWindow that the Window component uses.
Implementering
public function get nativeWindow():NativeWindow
resizable | egenskap |
status | egenskap |
systemChrome | egenskap |
systemChrome:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get systemChrome():String
Relaterade API-element
title | egenskap |
titleIcon | egenskap |
transparent | egenskap |
type | egenskap |
type:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get type():String
Relaterade API-element
visible | egenskap |
close | () | metod |
public function close():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | AIR 1.1 |
Closes the window.
maximize | () | metod |
public function maximize():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | AIR 1.1 |
Maximizes the window, or does nothing if it's already maximized.
minimize | () | metod |
public function minimize():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | AIR 1.1 |
Minimizes the window.
restore | () | metod |
public function restore():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | AIR 1.1 |
Restores the window (unmaximizes it if it's maximized, or unminimizes it if it's minimized).
Tue Jun 12 2018, 01:40 PM Z