Packageorg.ow2.kerneos.core.view.window
Classpublic class MinimizedModuleWindow
InheritanceMinimizedModuleWindow Inheritance spark.components.ToggleButton
Implements mx.binding.IBindingClient

Default MXML Propertylabel



Public Properties
 PropertyDefined By
  SNAPSHOT_WIDTH : Number = 300
[static] The default displayed snapshot width.
MinimizedModuleWindow
  window : ModuleWindow
MinimizedModuleWindow
Protected Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Protected Methods
 MethodDefined 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
Property Detail
skinPartsproperty
skinParts:Object  [read-only] [override]


Implementation
    protected function get skinParts():Object
snapshotproperty 
protected var snapshot:ImageSnapshot

A snapshot of the attached window.

SNAPSHOT_WIDTHproperty 
public static var SNAPSHOT_WIDTH:Number = 300

The default displayed snapshot width.

snapshotObsoleteproperty 
protected var snapshotObsolete:Boolean = true

Wether the snapshot is marked as obsolete.

windowproperty 
window:ModuleWindow

This property can be used as the source for data binding.


Implementation
    public function get window():ModuleWindow
    public function set window(value:ModuleWindow):void
Constructor Detail
MinimizedModuleWindow()Constructor
public function MinimizedModuleWindow()

Constructor.

Method Detail
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)