| Package | lc.layout |
| Class | public class WorkspaceModel |
WorkspaceModel class acts as the model for the
Workspace component.
See also
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
|
Opens a particular tab of the Workspace component by
the tab name.
| WorkspaceModel | ||
| Constant | Defined 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 | ||
| startProcessModel | property |
public var startProcessModel:StartProcessModel
An instance of the StartProcessModel class.
| tabIndex | property |
public var tabIndex:int = 0
The index of the selected tab, which can be one of the following values:
TAB_START_PROCESSTAB_TODOTAB_TRACKING| toDoModel | property |
public var toDoModel:ToDoModel
An instance of the ToDoModel class.
| trackingModel | property |
public var trackingModel:TrackingModel
An instance of the TrackingModel class.
| 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 | Constant |
public static const TAB_START_PROCESS:int = 0
A value that represents the Start Process tab.
| TAB_TODO | Constant |
public static const TAB_TODO:int = 1
A value that represents the ToDo tab.
| TAB_TRACKING | Constant |
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