Paket | mx.core |
Arabirim | public interface IWindow |
Uygulayıcılar | Window, Window, WindowedApplication, WindowedApplication |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | AIR 1.1 |
Özellik | Tanımlayan: | ||
---|---|---|---|
maximizable : Boolean [salt okunur]
Specifies whether the window can be maximized. | IWindow | ||
minimizable : Boolean [salt okunur]
Specifies whether the window can be minimized. | IWindow | ||
nativeWindow : NativeWindow [salt okunur]
The underlying NativeWindow that the Window component uses. | IWindow | ||
resizable : Boolean [salt okunur]
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 [salt okunur]
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 [salt okunur]
Specifies whether the window is transparent. | IWindow | ||
type : String [salt okunur]
Specifies the type of NativeWindow that this component
represents. | IWindow | ||
visible : Boolean [salt okunur]
Controls the window's visibility. | IWindow |
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | özellik |
minimizable | özellik |
nativeWindow | özellik |
nativeWindow:NativeWindow
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | AIR 1.1 |
The underlying NativeWindow that the Window component uses.
Uygulama
public function get nativeWindow():NativeWindow
resizable | özellik |
status | özellik |
systemChrome | özellik |
systemChrome:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get systemChrome():String
İlgili API Öğeleri
title | özellik |
titleIcon | özellik |
transparent | özellik |
type | özellik |
type:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get type():String
İlgili API Öğeleri
visible | özellik |
close | () | yöntem |
public function close():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | AIR 1.1 |
Closes the window.
maximize | () | yöntem |
public function maximize():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | AIR 1.1 |
Maximizes the window, or does nothing if it's already maximized.
minimize | () | yöntem |
public function minimize():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | AIR 1.1 |
Minimizes the window.
restore | () | yöntem |
public function restore():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | AIR 1.1 |
Restores the window (unmaximizes it if it's maximized, or unminimizes it if it's minimized).
Tue Jun 12 2018, 01:09 PM Z