| Paquete | mx.core |
| Interfaz | public interface IWindow |
| Implementadores | Window, Window, WindowedApplication, WindowedApplication |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | AIR 1.1 |
| Propiedad | Definido por | ||
|---|---|---|---|
| maximizable : Boolean [solo lectura]
Specifies whether the window can be maximized. | IWindow | ||
| minimizable : Boolean [solo lectura]
Specifies whether the window can be minimized. | IWindow | ||
| nativeWindow : NativeWindow [solo lectura]
The underlying NativeWindow that the Window component uses. | IWindow | ||
| resizable : Boolean [solo lectura]
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 [solo lectura]
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 [solo lectura]
Specifies whether the window is transparent. | IWindow | ||
| type : String [solo lectura]
Specifies the type of NativeWindow that this component
represents. | IWindow | ||
| visible : Boolean [solo lectura]
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 | propiedad |
minimizable | propiedad |
nativeWindow | propiedad |
nativeWindow:NativeWindow [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | AIR 1.1 |
The underlying NativeWindow that the Window component uses.
Implementación
public function get nativeWindow():NativeWindow resizable | propiedad |
status | propiedad |
systemChrome | propiedad |
systemChrome:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get systemChrome():StringElementos de API relacionados
title | propiedad |
titleIcon | propiedad |
transparent | propiedad |
type | propiedad |
type:String [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get type():StringElementos de API relacionados
visible | propiedad |
close | () | método |
public function close():void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | AIR 1.1 |
Closes the window.
maximize | () | método |
public function maximize():void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | AIR 1.1 |
Maximizes the window, or does nothing if it's already maximized.
minimize | () | método |
public function minimize():void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | AIR 1.1 |
Minimizes the window.
restore | () | método |
public function restore():void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | AIR 1.1 |
Restores the window (unmaximizes it if it's maximized, or unminimizes it if it's minimized).
Tue Jun 12 2018, 02:12 PM Z