パッケージ | 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, 10:34 AM Z