Class Index | File Index

Classes


Class AC.lobby.WorkspacePage

Workspace page
Defined in: myWorkspace.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
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 Summary
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.
Class Detail
AC.lobby.WorkspacePage()
Default constructor.
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

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:07 GMT-0500 (CDT)