Pacchetto | mx.core |
Interfaccia | public interface IWindow |
Implementatori | Window, Window, WindowedApplication, WindowedApplication |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | AIR 1.1 |
Proprietà | Definito da | ||
---|---|---|---|
maximizable : Boolean [sola lettura]
Specifies whether the window can be maximized. | IWindow | ||
minimizable : Boolean [sola lettura]
Specifies whether the window can be minimized. | IWindow | ||
nativeWindow : NativeWindow [sola lettura]
The underlying NativeWindow that the Window component uses. | IWindow | ||
resizable : Boolean [sola lettura]
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 [sola lettura]
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 [sola lettura]
Specifies whether the window is transparent. | IWindow | ||
type : String [sola lettura]
Specifies the type of NativeWindow that this component
represents. | IWindow | ||
visible : Boolean [sola lettura]
Controls the window's visibility. | IWindow |
Metodo | Definito da | ||
---|---|---|---|
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 | proprietà |
minimizable | proprietà |
nativeWindow | proprietà |
nativeWindow:NativeWindow
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | AIR 1.1 |
The underlying NativeWindow that the Window component uses.
Implementazione
public function get nativeWindow():NativeWindow
resizable | proprietà |
status | proprietà |
systemChrome | proprietà |
systemChrome:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Implementazione
public function get systemChrome():String
Elementi API correlati
title | proprietà |
titleIcon | proprietà |
transparent | proprietà |
type | proprietà |
type:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | 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.
Implementazione
public function get type():String
Elementi API correlati
visible | proprietà |
close | () | metodo |
public function close():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | AIR 1.1 |
Closes the window.
maximize | () | metodo |
public function maximize():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | AIR 1.1 |
Maximizes the window, or does nothing if it's already maximized.
minimize | () | metodo |
public function minimize():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | AIR 1.1 |
Minimizes the window.
restore | () | metodo |
public function restore():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | AIR 1.1 |
Restores the window (unmaximizes it if it's maximized, or unminimizes it if it's minimized).
Tue Jun 12 2018, 02:44 PM Z