Package | org.ow2.kerneos.core.view.window |
Class | public class SwfModuleWindow |
Inheritance | SwfModuleWindow ![]() ![]() ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Property | Defined By | ||
---|---|---|---|
errorLabel : Label | SwfModuleWindow | ||
![]() | LEFT_MARGIN : int = 150 [static] | KerneosWindow | |
![]() | minimizedModuleWindow : MinimizedModuleWindow
The minimized module item
| ModuleWindow | |
![]() | MINIMUM_ACCEPTED_WINDOW_HEIGHT : int = 100 [static] | KerneosWindow | |
![]() | MINIMUM_ACCEPTED_WINDOW_WIDTH : int = 100 [static] | KerneosWindow | |
![]() | module : ModuleWithWindowVO = null
The module
| ModuleWindow | |
moduleLoader : ModuleLoader | SwfModuleWindow | ||
progressBar : KerneosProgressBar | SwfModuleWindow | ||
![]() | TOP_MARGIN : int = 15 [static] | KerneosWindow | |
![]() | WINDOW_DEFAULT_PERCENT_HEIGHT : int = 90 [static] | KerneosWindow | |
![]() | WINDOW_DEFAULT_PERCENT_WIDTH : int = 80 [static]
New windows size and placement parameters
| KerneosWindow | |
![]() | WINDOW_DEFAULT_X_OFFSET : int = 30 [static] | KerneosWindow | |
![]() | WINDOW_DEFAULT_Y_OFFSET : int = 15 [static] | KerneosWindow | |
![]() | WINDOW_MOVE_COLLISION_MARGIN : int = 50 [static] | KerneosWindow |
Method | Defined By | ||
---|---|---|---|
Constructor. | SwfModuleWindow | ||
![]() | bringToFront(e:Event = null):void
Bring the window to the front. | KerneosWindow | |
getKerneosModule():KerneosModule
Get the KerneosModule object associated with this SwfModule
| SwfModuleWindow | ||
isLoaded():Boolean
Return true if the module is loaded
| SwfModuleWindow | ||
load():void
Load the module
| SwfModuleWindow | ||
![]() | minimize(event:MouseEvent = null):void [override]
Override the default minimize behaviour
| ModuleWindow | |
![]() | saveWindowSetup(event:Event = null):void
Save the window size and placement to the user shared object. | KerneosWindow | |
unload(cause:String = null):void
Unload the module
| SwfModuleWindow | ||
![]() | unMinimize(event:MouseEvent = null):void [override]
Override the default unminimize behaviour
| ModuleWindow |
errorLabel | property |
public var errorLabel:Label
This property can be used as the source for data binding.
moduleLoader | property |
public var moduleLoader:ModuleLoader
This property can be used as the source for data binding.
progressBar | property |
public var progressBar:KerneosProgressBar
This property can be used as the source for data binding.
SwfModuleWindow | () | Constructor |
public function SwfModuleWindow()
Constructor.
getKerneosModule | () | method |
public function getKerneosModule():KerneosModule
Get the KerneosModule object associated with this SwfModule
ReturnsKerneosModule — null if there is not KerneosModule
|
isLoaded | () | method |
public function isLoaded():Boolean
Return true if the module is loaded
ReturnsBoolean |
load | () | method |
public function load():void
Load the module
unload | () | method |
public function unload(cause:String = null):void
Unload the module
Parameters
cause:String (default = null )
|