| Paket | lc.procmgmt.ui.layout |
| Klass | public class Desktop |
| Arv | Desktop DesktopBase |
| Implementerar | IBindingClient |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Körningsmiljöversioner: | 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 .
Relaterade API-element
| Egenskap | Definieras med | ||
|---|---|---|---|
| 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 | ||
| Metod | Definieras med | ||
|---|---|---|---|
Desktop() Constructor. | Desktop | ||
header | egenskap |
public var header:HeaderPane| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The header component of Workspace, which displays the logo, links, preferences, and messages.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen Bindable .
model | egenskap |
public var model:DesktopModel| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The presentation model for this view.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen Bindable .
Desktop | () | Konstruktor |
public function Desktop()Constructor.
Tue Jun 12 2018, 01:40 PM Z