| Pacote | mx.core |
| Interface | public interface IWindow |
| Implementors | Window, WindowedApplication |
| Propriedade | Definido por | ||
|---|---|---|---|
| maximizable : Boolean
[read-only]
Documentation is not currently available.
| IWindow | ||
| minimizable : Boolean
[read-only]
Documentation is not currently available.
| IWindow | ||
| nativeWindow : NativeWindow
[read-only]
Documentation is not currently available.
| IWindow | ||
| resizable : Boolean
[read-only]
Documentation is not currently available.
| IWindow | ||
| status : String
Documentation is not currently available.
| IWindow | ||
| systemChrome : String
[read-only]
Documentation is not currently available.
| IWindow | ||
| title : String
Documentation is not currently available.
| IWindow | ||
| titleIcon : Classe
Documentation is not currently available.
| IWindow | ||
| transparent : Boolean
[read-only]
Documentation is not currently available.
| IWindow | ||
| type : String
[read-only]
Documentation is not currently available.
| IWindow | ||
| visible : Boolean
[read-only]
Documentation is not currently available.
| IWindow | ||
| Método | Definido por | ||
|---|---|---|---|
|
Documentation is not currently available.
| IWindow | ||
|
Documentation is not currently available.
| IWindow | ||
|
Documentation is not currently available.
| IWindow | ||
|
Documentation is not currently available.
| IWindow | ||
| maximizable | propriedade |
maximizable:Boolean [read-only] Documentation is not currently available.
public function get maximizable():Boolean
| minimizable | propriedade |
minimizable:Boolean [read-only] Documentation is not currently available.
public function get minimizable():Boolean
| nativeWindow | propriedade |
nativeWindow:NativeWindow [read-only] Documentation is not currently available.
public function get nativeWindow():NativeWindow
| resizable | propriedade |
resizable:Boolean [read-only] Documentation is not currently available.
public function get resizable():Boolean
| status | propriedade |
status:String [read-write] Documentation is not currently available.
public function get status():String
public function set status(value:String):void
| systemChrome | propriedade |
systemChrome:String [read-only] Documentation is not currently available.
public function get systemChrome():String
| title | propriedade |
title:String [read-write] Documentation is not currently available.
public function get title():String
public function set title(value:String):void
| titleIcon | propriedade |
titleIcon:Classe [read-write] Documentation is not currently available.
public function get titleIcon():Classe
public function set titleIcon(value:Classe):void
| transparent | propriedade |
transparent:Boolean [read-only] Documentation is not currently available.
public function get transparent():Boolean
| type | propriedade |
type:String [read-only] Documentation is not currently available.
public function get type():String
| visible | propriedade |
visible:Boolean [read-only] Documentation is not currently available.
public function get visible():Boolean
| close | () | método |
public function close():void
Documentation is not currently available.
| maximize | () | método |
public function maximize():void
Documentation is not currently available.
| minimize | () | método |
public function minimize():void
Documentation is not currently available.
| restore | () | método |
public function restore():void
Documentation is not currently available.