Class AC.lobby.WorkspacePage
Workspace page
Defined in: myWorkspace.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
AC.lobby.WorkspacePage.iconCls
The tab panel title icon.
|
<static> |
AC.lobby.WorkspacePage.itemId
The itemId.
|
<static> |
AC.lobby.WorkspacePage.layout
The layout
|
<static> |
AC.lobby.WorkspacePage.title
The tab title.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.lobby.WorkspacePage.afterRender()
After-render processing.
|
<static> |
AC.lobby.WorkspacePage.assignWorkspace(msg)
Assigns workspace.
|
<static> |
AC.lobby.WorkspacePage.createInfoPanel(workspaceContributionId, editable, addWorkspaceProcess)
Creates the info panel.
|
<static> |
AC.lobby.WorkspacePage.createTreeGrid()
Creates the workspace tree grid.
|
<static> |
AC.lobby.WorkspacePage.createWorkSpaceDialog(desktopProjects)
Creates the workspace dialog as a sequence of cards.
|
Field Detail
<static>
AC.lobby.WorkspacePage.iconCls
The tab panel title icon.
<static>
AC.lobby.WorkspacePage.itemId
The itemId.
- Default Value:
- 'workspacepagepanel'
<static>
AC.lobby.WorkspacePage.layout
The layout
- Default Value:
- 'border'
<static>
AC.lobby.WorkspacePage.title
The tab title.
- Default Value:
- 'My Workspaces'
Method Detail
<static>
AC.lobby.WorkspacePage.afterRender()
After-render processing.
- Returns:
- void
<static>
AC.lobby.WorkspacePage.assignWorkspace(msg)
Assigns workspace.
- Parameters:
- msg
- the mesage
- Returns:
- void
<static>
AC.lobby.WorkspacePage.createInfoPanel(workspaceContributionId, editable, addWorkspaceProcess)
Creates the info panel.
- Parameters:
- workspaceContributionId
- the workspace contribution id
- editable
- the boolean flag indicating if the panel is editable
- addWorkspaceProcess
<static>
AC.lobby.WorkspacePage.createTreeGrid()
Creates the workspace tree grid.
- Returns:
- the workspace tree grid.
<static>
AC.lobby.WorkspacePage.createWorkSpaceDialog(desktopProjects)
Creates the workspace dialog as a sequence of cards.
- Parameters:
- desktopProjects
- the message specifying the root contibution
- Returns:
- void