套件 | 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, 03:47 PM Z