Guide de référence ActionScript® 3.0 pour la plate-forme Adobe® Flash®
Accueil  |  Masquer la liste des packages et des classes |  Packages  |  Classes  |  Nouveautés  |  Index  |  Annexes  |  Pourquoi existe-t-il du contenu en anglais ?
Filtres : Récupération des données du serveur...
Récupération des données du serveur...
lc.procmgmt.ui.layout 

DesktopModel  - AS3 ADEP Workspace

Packagelc.procmgmt.ui.layout
Classepublic class DesktopModel
HéritageDesktopModel Inheritance NavigationSupervisorModel
Implémente IBookmarkTarget, IHelpSource

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

The DesktopModel class provides the model implementation 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 .

Eléments de l’API associés



Propriétés publiques
 PropriétéDéfini par
  headerPaneModel : HeaderPaneModel
DesktopModel
  isHeaderOpen : Boolean
DesktopModel
  toastFadeTimeMilliseconds : Number
Deprecated Since LiveCycle ES Update 1 (8.2): Toast is no longer used.
DesktopModel
  toastViewTimeMilliseconds : Number
Deprecated Since LiveCycle ES Update 1 (8.2): Toast is no longer used.
DesktopModel
  welcomeModel : WelcomeModel
An instance of the WelcomeModel component.
DesktopModel
  workspaceModel : WorkspaceModel
An instance of the Workspace component.
DesktopModel
Méthodes publiques
 MéthodeDéfini par
  
Constructor.
DesktopModel
  
Displays context-sensitive help to a user.
DesktopModel
  
Logs out of the current Workspace session.
DesktopModel
  
[override] Initializes the user preferences and displays the appropriate view depending on the user's start location.
DesktopModel
  
showHeader(openHeader:Boolean):void
Modifies the display for the Header component to a maximized or minimized state, and modifies the state of the Welcome or Workspace component appropriately.
DesktopModel
  
Shows the Welcome component.
DesktopModel
  
showWorkspace(tabName:String = null):void
Displays the Workspace component.
DesktopModel
Constantes publiques
 ConstanteDéfini par
  ACROBAT_DETECT : String = "acrobatDetect"
[statique] A special value that specifies to set the state to for detecting Adobe Acrobat or Adobe Reader version installed on the computer of the user.
DesktopModel
  STATE_WELCOME : String = "welcomeState"
[statique] A special value that specifies to set the state to display the Welcome page first.
DesktopModel
  STATE_WORKSPACE : String = "workspaceState"
[statique] A special value that specifies to set the state to display the Workspace page first.
DesktopModel
Détails de la propriété

headerPaneModel

propriété
headerPaneModel:HeaderPaneModel



Implémentation
    public function get headerPaneModel():HeaderPaneModel
    public function set headerPaneModel(value:HeaderPaneModel):void

isHeaderOpen

propriété 
isHeaderOpen:Boolean



Implémentation
    public function get isHeaderOpen():Boolean
    public function set isHeaderOpen(value:Boolean):void

toastFadeTimeMilliseconds

propriété 
toastFadeTimeMilliseconds:Number

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Deprecated Since LiveCycle ES Update 1 (8.2): Toast is no longer used.

Toast is no longer used in Workspace. It remains exposed so that you can compile applications using earlier versions of the API.

Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange .



Implémentation
    public function get toastFadeTimeMilliseconds():Number
    public function set toastFadeTimeMilliseconds(value:Number):void

toastViewTimeMilliseconds

propriété 
toastViewTimeMilliseconds:Number

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Deprecated Since LiveCycle ES Update 1 (8.2): Toast is no longer used.

Toast is no longer used in Workspace. It remains exposed so that you can compile applications using earlier versions of the API.

Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange .



Implémentation
    public function get toastViewTimeMilliseconds():Number
    public function set toastViewTimeMilliseconds(value:Number):void

welcomeModel

propriété 
welcomeModel:WelcomeModel

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

An instance of the WelcomeModel component.



Implémentation
    public function get welcomeModel():WelcomeModel
    public function set welcomeModel(value:WelcomeModel):void

workspaceModel

propriété 
workspaceModel:WorkspaceModel

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

An instance of the Workspace component.



Implémentation
    public function get workspaceModel():WorkspaceModel
    public function set workspaceModel(value:WorkspaceModel):void
Détails du constructeur

DesktopModel

()Constructeur
public function DesktopModel()

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Constructor.

Détails de la méthode

displayHelp

()méthode
public function displayHelp():void

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Displays context-sensitive help to a user.

doLogout

()méthode 
public function doLogout():void

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Logs out of the current Workspace session.

initialize

()méthode 
override public function initialize():void

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Initializes the user preferences and displays the appropriate view depending on the user's start location. If the user did not specify a startup location in their preferences, a default component is provided by the Workspace API.

showHeader

()méthode 
public function showHeader(openHeader:Boolean):void

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Modifies the display for the Header component to a maximized or minimized state, and modifies the state of the Welcome or Workspace component appropriately.

Paramètres

openHeader:Boolean — Specifies whether to display the header. A value of true indicates to display the header.

showWelcomePage

()méthode 
public function showWelcomePage():void

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Shows the Welcome component. Sets the state to STATE_WELCOME and invokes the showHeader method with false as a parameter.

showWorkspace

()méthode 
public function showWorkspace(tabName:String = null):void

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Workspace component.

Paramètres

tabName:String (default = null) — Defaults to the Start Process tab within Workspace. Passes in a string value that represents one of the tabs as defined in the WorkspaceModel class to specify the tab that is displayed to users after they log in to Workspace.

Eléments de l’API associés

Détails de la constante

ACROBAT_DETECT

Constante
public static const ACROBAT_DETECT:String = "acrobatDetect"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to set the state to for detecting Adobe Acrobat or Adobe Reader version installed on the computer of the user.

STATE_WELCOME

Constante 
public static const STATE_WELCOME:String = "welcomeState"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to set the state to display the Welcome page first.

STATE_WORKSPACE

Constante 
public static const STATE_WORKSPACE:String = "workspaceState"

Version du langage: ActionScript 3.0
Version du produit: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versions du moteur d’exécution: AIR (unsupported), Flash Player 9, Flash Player 10

A special value that specifies to set the state to display the Workspace page first.





[ X ]Pourquoi existe-t-il du contenu en anglais ?
Certaines parties du Guide de référence ActionScript 3.0 sont en anglais

Tout le contenu du Guide de référence ActionScript 3.0 n’a pas été traduit dans toutes les langues. Si un élément de langage n’est pas traduit, il s’affiche en anglais. Par exemple, la classe ga.controls.HelpBox n’est traduite dans aucune langue. Ainsi, dans la version française du guide de référence, la classe ga.controls.HelpBox apparaît en anglais.