ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.ui.layout 

Desktop  - AS3 ADEP Workspace

Packagelc.procmgmt.ui.layout
Classpublic class Desktop
InheritanceDesktop Inheritance DesktopBase
Implements IBindingClient

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The Desktop component combines all the components available for Workspace. Using the Desktop component is essentially using an instance of Workspace.

The Desktop component interacts with the DesktopModel class, which implements the model for the Desktop component.

For information on using this component to customize Workspace, see Customizing the Adobe Digital Enterprise Platform Document Services - Workspace 10.0 User Interface .

Related API Elements



Public Properties
 PropertyDefined By
  header : HeaderPane
The header component of Workspace, which displays the logo, links, preferences, and messages.
Desktop
  model : DesktopModel
The presentation model for this view.
Desktop
Public Methods
 MethodDefined By
  
Constructor.
Desktop
Property Detail

header

property
public var header:HeaderPane

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The header component of Workspace, which displays the logo, links, preferences, and messages.

This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable event.

model

property 
public var model:DesktopModel

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The presentation model for this view.

This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable event.

Constructor Detail

Desktop

()Constructor
public function Desktop()

Constructor.