Packagelc.layout
Classpublic class WorkspaceModel

The WorkspaceModel class acts as the model for the Workspace component.

See also

lc.layout.Workspace


Public Properties
 PropertyDefined By
  startProcessModel : StartProcessModel
An instance of the StartProcessModel class.
WorkspaceModel
  tabIndex : int = 0
The index of the selected tab, which can be one of the following values: TAB_START_PROCESS TAB_TODO TAB_TRACKING
WorkspaceModel
  toDoModel : ToDoModel
An instance of the ToDoModel class.
WorkspaceModel
  trackingModel : TrackingModel
An instance of the TrackingModel class.
WorkspaceModel
Public Methods
 MethodDefined By
  
openTab(tabName:String):void
Opens a particular tab of the Workspace component by the tab name.
WorkspaceModel
Public Constants
 ConstantDefined By
  TAB_START_PROCESS : int = 0
[static] A value that represents the Start Process tab.
WorkspaceModel
  TAB_TODO : int = 1
[static] A value that represents the ToDo tab.
WorkspaceModel
  TAB_TRACKING : int = 2
[static] A value that represents the Tracking tab.
WorkspaceModel
Property Detail
startProcessModelproperty
public var startProcessModel:StartProcessModel

An instance of the StartProcessModel class.

tabIndexproperty 
public var tabIndex:int = 0

The index of the selected tab, which can be one of the following values:

toDoModelproperty 
public var toDoModel:ToDoModel

An instance of the ToDoModel class.

trackingModelproperty 
public var trackingModel:TrackingModel

An instance of the TrackingModel class.

Method Detail
openTab()method
public function openTab(tabName:String):void

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

Parameters

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
  • Constant Detail
    TAB_START_PROCESSConstant
    public static const TAB_START_PROCESS:int = 0

    A value that represents the Start Process tab.

    TAB_TODOConstant 
    public static const TAB_TODO:int = 1

    A value that represents the ToDo tab.

    TAB_TRACKINGConstant 
    public static const TAB_TRACKING:int = 2

    A value that represents the Tracking tab.





     

    Send me an e-mail when comments are added to this page | Comment Report

    Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/layout/WorkspaceModel.html