Packageorg.ow2.kerneos.core.view
Classpublic class DesktopView
InheritanceDesktopView Inheritance mx.containers.VBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  cascadeButton : Button
DesktopView
  downButton : Button
DesktopView
  eventsButton : Button
DesktopView
  exitButton : Button
DesktopView
  languageSelector : LanguageSelector
DesktopView
  minimizedWindowsButtonsContainer : HBox
DesktopView
  modulesList : TileList
DesktopView
  scrollabeTaskBarZone : ButtonScrollingCanvas
DesktopView
  taskBar : HBox
DesktopView
  tileButton : Button
DesktopView
  windowContainer : MDICanvas
DesktopView
Public Methods
 MethodDefined By
  
Constructor.
DesktopView
  
On view initialization.
DesktopView
  
load():void
Called when the desktop is loaded
DesktopView
  
Save all opened windows setup to the user shared object.
DesktopView
  
unload():void
Called when the desktop is unloaded
DesktopView
Property Detail
cascadeButtonproperty
public var cascadeButton:Button

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

downButtonproperty 
public var downButton:Button

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

eventsButtonproperty 
public var eventsButton:Button

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

exitButtonproperty 
public var exitButton:Button

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

languageSelectorproperty 
public var languageSelector:LanguageSelector

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

minimizedWindowsButtonsContainerproperty 
public var minimizedWindowsButtonsContainer:HBox

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

modulesListproperty 
public var modulesList:TileList

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

scrollabeTaskBarZoneproperty 
public var scrollabeTaskBarZone:ButtonScrollingCanvas

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

taskBarproperty 
public var taskBar:HBox

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

tileButtonproperty 
public var tileButton:Button

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

windowContainerproperty 
public var windowContainer:MDICanvas

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

Constructor Detail
DesktopView()Constructor
public function DesktopView()

Constructor.

Method Detail
initializeView()method
public function initializeView():void

On view initialization.

load()method 
public function load():void

Called when the desktop is loaded

saveAllWindowsSetup()method 
public function saveAllWindowsSetup():void

Save all opened windows setup to the user shared object.

unload()method 
public function unload():void

Called when the desktop is unloaded