Pacote | mx.core |
Interface | public interface IWindow |
Implementadores | Window, Window, WindowedApplication, WindowedApplication |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | AIR 1.1 |
Propriedade | Definido por | ||
---|---|---|---|
maximizable : Boolean [somente leitura]
Specifies whether the window can be maximized. | IWindow | ||
minimizable : Boolean [somente leitura]
Specifies whether the window can be minimized. | IWindow | ||
nativeWindow : NativeWindow [somente leitura]
The underlying NativeWindow that the Window component uses. | IWindow | ||
resizable : Boolean [somente leitura]
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 [somente leitura]
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 [somente leitura]
Specifies whether the window is transparent. | IWindow | ||
type : String [somente leitura]
Specifies the type of NativeWindow that this component
represents. | IWindow | ||
visible : Boolean [somente leitura]
Controls the window's visibility. | IWindow |
Método | Definido por | ||
---|---|---|---|
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 | propriedade |
minimizable | propriedade |
nativeWindow | propriedade |
nativeWindow:NativeWindow
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | AIR 1.1 |
The underlying NativeWindow that the Window component uses.
Implementação
public function get nativeWindow():NativeWindow
resizable | propriedade |
status | propriedade |
systemChrome | propriedade |
systemChrome:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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.
Implementação
public function get systemChrome():String
Elementos da API relacionados
title | propriedade |
titleIcon | propriedade |
transparent | propriedade |
type | propriedade |
type:String
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de 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.
Implementação
public function get type():String
Elementos da API relacionados
visible | propriedade |
close | () | método |
public function close():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | AIR 1.1 |
Closes the window.
maximize | () | método |
public function maximize():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | AIR 1.1 |
Maximizes the window, or does nothing if it's already maximized.
minimize | () | método |
public function minimize():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | AIR 1.1 |
Minimizes the window.
restore | () | método |
public function restore():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | AIR 1.1 |
Restores the window (unmaximizes it if it's maximized, or unminimizes it if it's minimized).
Wed Jun 13 2018, 11:10 AM Z