Package | org.ow2.kerneos.core.view.window |
Class | public class MinimizedModuleWindow |
Inheritance | MinimizedModuleWindow ![]() |
Implements | mx.binding.IBindingClient |
Default MXML Propertylabel
Property | Defined By | ||
---|---|---|---|
SNAPSHOT_WIDTH : Number = 300 [static]
The default displayed snapshot width. | MinimizedModuleWindow | ||
window : ModuleWindow | MinimizedModuleWindow |
Property | Defined By | ||
---|---|---|---|
skinParts : Object [override] [read-only] | MinimizedModuleWindow | ||
snapshot : ImageSnapshot
A snapshot of the attached window. | MinimizedModuleWindow | ||
snapshotObsolete : Boolean = true
Wether the snapshot is marked as obsolete. | MinimizedModuleWindow |
Method | Defined By | ||
---|---|---|---|
Constructor. | MinimizedModuleWindow | ||
blink():void
Blink the button. | MinimizedModuleWindow | ||
flash(color:uint):void
Flash the button. | MinimizedModuleWindow | ||
updateSnapshot(e:Event = null):void
Update the window snapshot. | MinimizedModuleWindow |
Method | Defined By | ||
---|---|---|---|
createSnapshotToolTip(event:ToolTipEvent):void
Create a window snapshot ToolTip. | MinimizedModuleWindow | ||
doubleClickHandler(e:MouseEvent):void
When the button is double clicked. | MinimizedModuleWindow | ||
positionToolTip(e:ToolTipEvent):void
Position the ToolTip. | MinimizedModuleWindow | ||
simpleClickHandler(e:MouseEvent):void
When the button is simple clicked. | MinimizedModuleWindow | ||
windowFocusEndHandler(e:Event = null):void
When the window loses the focus. | MinimizedModuleWindow | ||
windowFocusStartHandler(e:Event = null):void
When the window gets the focus. | MinimizedModuleWindow | ||
windowMinimizeHandler(e:Event = null):void
When the window is minimized. | MinimizedModuleWindow | ||
windowRestoreHandler(e:Event = null):void
When the window is restored. | MinimizedModuleWindow |
skinParts | property |
skinParts:Object
[read-only] [override] protected function get skinParts():Object
snapshot | property |
protected var snapshot:ImageSnapshot
A snapshot of the attached window.
SNAPSHOT_WIDTH | property |
public static var SNAPSHOT_WIDTH:Number = 300
The default displayed snapshot width.
snapshotObsolete | property |
protected var snapshotObsolete:Boolean = true
Wether the snapshot is marked as obsolete.
window | property |
window:ModuleWindow
This property can be used as the source for data binding.
public function get window():ModuleWindow
public function set window(value:ModuleWindow):void
MinimizedModuleWindow | () | Constructor |
public function MinimizedModuleWindow()
Constructor.
blink | () | method |
public function blink():void
Blink the button.
createSnapshotToolTip | () | method |
protected function createSnapshotToolTip(event:ToolTipEvent):void
Create a window snapshot ToolTip.
Parameters
event:ToolTipEvent |
doubleClickHandler | () | method |
protected function doubleClickHandler(e:MouseEvent):void
When the button is double clicked.
Parameters
e:MouseEvent |
flash | () | method |
public function flash(color:uint):void
Flash the button.
Parameters
color:uint |
positionToolTip | () | method |
protected function positionToolTip(e:ToolTipEvent):void
Position the ToolTip.
Parameters
e:ToolTipEvent |
simpleClickHandler | () | method |
protected function simpleClickHandler(e:MouseEvent):void
When the button is simple clicked.
Parameters
e:MouseEvent |
updateSnapshot | () | method |
public function updateSnapshot(e:Event = null):void
Update the window snapshot.
Parameters
e:Event (default = null )
|
windowFocusEndHandler | () | method |
protected function windowFocusEndHandler(e:Event = null):void
When the window loses the focus.
Parameters
e:Event (default = null )
|
windowFocusStartHandler | () | method |
protected function windowFocusStartHandler(e:Event = null):void
When the window gets the focus.
Parameters
e:Event (default = null )
|
windowMinimizeHandler | () | method |
protected function windowMinimizeHandler(e:Event = null):void
When the window is minimized.
Parameters
e:Event (default = null )
|
windowRestoreHandler | () | method |
protected function windowRestoreHandler(e:Event = null):void
When the window is restored.
Parameters
e:Event (default = null )
|