Pacchetto | lc.procmgmt.ui.layout |
Classe | public class Desktop |
Ereditarietà | Desktop DesktopBase |
Implementa | IBindingClient |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 .
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
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 |
Metodo | Definito da | ||
---|---|---|---|
Desktop() Constructor. | Desktop |
header | proprietà |
public var header:HeaderPane
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The header component of Workspace, which displays the logo, links, preferences, and messages.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento Bindable
.
model | proprietà |
public var model:DesktopModel
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The presentation model for this view.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento Bindable
.
Desktop | () | Funzione di costruzione |
public function Desktop()
Constructor.
Tue Jun 12 2018, 02:44 PM Z