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 

WorkspaceModel  - AS3 ADEP Workspace

Packagelc.procmgmt.ui.layout
Classepublic class WorkspaceModel
HéritageWorkspaceModel Inheritance MinMaxModel
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 WorkspaceModel class acts as the model for the Workspace component.

Eléments de l’API associés



Propriétés publiques
 PropriétéDéfini par
  startProcessModel : StartProcessModel
An instance of the StartProcessModel class.
WorkspaceModel
  tabIndex : int
Deprecated Since LiveCycle ES Update 1 (8.2): Please use openTab().
WorkspaceModel
  toDoModel : lc.procmgmt.ui.task:ToDoModel
An instance of the ToDoModel class.
WorkspaceModel
  trackingModel : lc.procmgmt.ui.tracking:TrackingModel
An instance of the TrackingModel class.
WorkspaceModel
Méthodes publiques
 MéthodeDéfini par
  
openTab(tabName:String, force:Boolean = false):void
Opens a particular tab of the Workspace component by the tab name.
WorkspaceModel
Constantes publiques
 ConstanteDéfini par
  START_PROCESS_TAB_NAME : String = "startProcess"
[statique] The name that is used as an identifier for the Start Process tab.
WorkspaceModel
  TAB_START_PROCESS : int = 0
[statique] Deprecated Since LiveCycle ES Update 1 (8.2): Please use START_PROCESS_TAB_NAME.
WorkspaceModel
  TAB_TODO : int = 1
[statique] Deprecated Since LiveCycle ES Update 1 (8.2): Please use TODO_TAB_NAME.
WorkspaceModel
  TAB_TRACKING : int = 2
[statique] Deprecated Since LiveCycle ES Update 1 (8.2): Please use TRACKING_TAB_NAME.
WorkspaceModel
  TODO_TAB_NAME : String = "toDo"
[statique] The name that is used as an identifier for the To Do tab.
WorkspaceModel
  TRACKING_TAB_NAME : String = "tracking"
[statique] The name that is used as an identifier for the Tracking tab.
WorkspaceModel
  URLPARM_STARTENDPOINT : String = "startEndpoint"
[statique] The name of the parameter in the URL to start a new task directly.
WorkspaceModel
  URLPARM_STARTPAGE : String = "startPage"
[statique] The name of the parameter used in the URL to select the starting page that is displayed.
WorkspaceModel
  URLPARM_TASKID : String = "taskId"
[statique] The name of the parameter in the URL to access a ToDo task directly.
WorkspaceModel
Détails de la propriété

startProcessModel

propriété
startProcessModel:StartProcessModel

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 StartProcessModel class.

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 startProcessModel():StartProcessModel
    public function set startProcessModel(value:StartProcessModel):void

tabIndex

propriété 
tabIndex:int

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): Please use openTab().

In earlier releases of Workspace, this method was used to set the workspace navigator tab.



Implémentation
    public function get tabIndex():int
    public function set tabIndex(value:int):void

Eléments de l’API associés

toDoModel

propriété 
toDoModel:lc.procmgmt.ui.task:ToDoModel

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 ToDoModel class.

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 toDoModel():lc.procmgmt.ui.task:ToDoModel
    public function set toDoModel(value:lc.procmgmt.ui.task:ToDoModel):void

trackingModel

propriété 
trackingModel:lc.procmgmt.ui.tracking:TrackingModel

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 TrackingModel class.

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 trackingModel():lc.procmgmt.ui.tracking:TrackingModel
    public function set trackingModel(value:lc.procmgmt.ui.tracking:TrackingModel):void
Détails de la méthode

openTab

()méthode
public function openTab(tabName:String, force:Boolean = false):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

Opens a particular tab of the Workspace component by the tab name.

Paramètres

tabName:String — Specifies the name of the tab to open that can be one of the following values:
  • TAB_START_PROCESS
  • TAB_TODO
  • TAB_TRACKING
  •  
    force:Boolean (default = false) — Indicates if this request should be done regardless of whether an document may of changed or not.

    Détails de la constante

    START_PROCESS_TAB_NAME

    Constante
    public static const START_PROCESS_TAB_NAME:String = "startProcess"

    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 name that is used as an identifier for the Start Process tab.

    TAB_START_PROCESS

    Constante 
    public static const TAB_START_PROCESS:int = 0

    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): Please use START_PROCESS_TAB_NAME.

    In earlier releases, this constant value represented the Start Process tab.

    TAB_TODO

    Constante 
    public static const TAB_TODO:int = 1

    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): Please use TODO_TAB_NAME.

    In earlier releases, this constant value represented the ToDo tab.

    TAB_TRACKING

    Constante 
    public static const TAB_TRACKING:int = 2

    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): Please use TRACKING_TAB_NAME.

    In earlier releases, this constant value represented the Tracking tab.

    TODO_TAB_NAME

    Constante 
    public static const TODO_TAB_NAME:String = "toDo"

    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 name that is used as an identifier for the To Do tab.

    TRACKING_TAB_NAME

    Constante 
    public static const TRACKING_TAB_NAME:String = "tracking"

    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 name that is used as an identifier for the Tracking tab.

    URLPARM_STARTENDPOINT

    Constante 
    public static const URLPARM_STARTENDPOINT:String = "startEndpoint"

    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 name of the parameter in the URL to start a new task directly. For example, type http://localhost:8080/workspace?startStartpoint=MyApp/MyService.MyStartpoint where:

    • MyService is the name of the application and the process in the deployed application separated by a slash
    • MyStartpoint is the name of the Workspace start point configured in Adobe Digital Enterprise Platform Document Services - Workbench or configured in Adobe Digital Enterprise Platform Document Services - Administration Console > Services > Applications and Services > Startpoint Management.

    For example, after an application is deployed, an application named MyApp with a process named PreLoan, the service name would be MyApp/PreLoan. If the Workspace startpoint is named Start Process, then the URL encoded value to type in a web browser is: http://localhost:8080/workspace?startStartpoint=MyApp%2FPreLoan.Start%20Process.

    URLPARM_STARTPAGE

    Constante 
    public static const URLPARM_STARTPAGE:String = "startPage"

    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 name of the parameter used in the URL to select the starting page that is displayed. To specify the starting page, use the values specified by START_PROCESS_TAB_NAME, TODO_TAB_NAME, or TRACKING_TAB_NAME constants. For example, type http://localhost:8080/workspace?startPage=toDo to start display the To Do tab.

    URLPARM_TASKID

    Constante 
    public static const URLPARM_TASKID:String = "taskId"

    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 name of the parameter in the URL to access a ToDo task directly. For example, type http://localhost:8080/workspace?taskId=5 in a browser to access a task with a task ID of 5.





    [ 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.