Package | org.ow2.kerneos.core.view |
Class | public class DesktopView |
Inheritance | DesktopView ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | DesktopView | ||
initializeView():void
On view initialization. | DesktopView | ||
load():void
Called when the desktop is loaded
| DesktopView | ||
saveAllWindowsSetup():void
Save all opened windows setup to the user shared object. | DesktopView | ||
unload():void
Called when the desktop is unloaded
| DesktopView |
cascadeButton | property |
public var cascadeButton:Button
This property can be used as the source for data binding.
downButton | property |
public var downButton:Button
This property can be used as the source for data binding.
eventsButton | property |
public var eventsButton:Button
This property can be used as the source for data binding.
exitButton | property |
public var exitButton:Button
This property can be used as the source for data binding.
languageSelector | property |
public var languageSelector:LanguageSelector
This property can be used as the source for data binding.
minimizedWindowsButtonsContainer | property |
public var minimizedWindowsButtonsContainer:HBox
This property can be used as the source for data binding.
modulesList | property |
public var modulesList:TileList
This property can be used as the source for data binding.
scrollabeTaskBarZone | property |
public var scrollabeTaskBarZone:ButtonScrollingCanvas
This property can be used as the source for data binding.
taskBar | property |
public var taskBar:HBox
This property can be used as the source for data binding.
tileButton | property |
public var tileButton:Button
This property can be used as the source for data binding.
windowContainer | property |
public var windowContainer:MDICanvas
This property can be used as the source for data binding.
DesktopView | () | Constructor |
public function DesktopView()
Constructor.
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