包 | lc.procmgmt.ui.layout |
类 | public class Desktop |
继承 | Desktop DesktopBase |
实现 | IBindingClient |
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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 .
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
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 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
Desktop() Constructor. | Desktop |
属性详细信息
header | 属性 |
public var header:HeaderPane
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The header component of Workspace, which displays the logo, links, preferences, and messages.
此属性可用作数据绑定的源。修改此属性后,将调度 Bindable
事件。
model | 属性 |
public var model:DesktopModel
语言版本: | ActionScript 3.0 |
产品版本: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
运行时版本: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The presentation model for this view.
此属性可用作数据绑定的源。修改此属性后,将调度 Bindable
事件。
构造函数详细信息
Desktop | () | 构造函数 |
public function Desktop()
Constructor.
Tue Jun 12 2018, 11:04 AM Z