Class ecm.widget.layout.ManageTeamspacesPane


Extends ecm.widget.layout._LaunchBarPane, ecm.widget.layout._ManageTeamspaceMixin.
Provides a widget that displays a list of all teamspaces and teamspace templates that a user can access. From the list, a user with appropriate authority can open, edit, and delete teamspaces and teamspace templates. A user with the appropriate authority can also open the builder to create new templates and teamspaces from this widget.
Defined in: <ecm\widget\layout\ManageTeamspacesPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Renders the widget.
 
closeTab(kwArgs, noConfirmDialog)
Closes the specified tab.
 
Destroys the widget.
 
Adds focus to the pane.
 
Get contents list view.
 
Loads the content of the pane.
 
openTab(kwArgs)
Opens a tab.
 
Called after widget creation.
 
Resets the content of this pane.
 
setActions(actions, contentList)
Adds actions to the toolbar at the top of the contentList.
 
setParams(params)
Method called by parent container to pass additional parameters to this pane.

Constructor Detail

ecm.widget.layout.ManageTeamspacesPane()

Method Detail

buildRendering()

Renders the widget.

closeTab(kwArgs, noConfirmDialog)

Closes the specified tab.
Parameters:
kwArgs
A tab to be closed
noConfirmDialog
A boolean flag to close a tab without confirmation

destroy()

Destroys the widget.

focus()

Adds focus to the pane.

getContentsListView(type)

Get contents list view.
Parameters:
type

loadContent()

Loads the content of the pane.

openTab(kwArgs)

Opens a tab.
Parameters:
kwArgs
A tab to be opened

postCreate()

Called after widget creation.

reset()

Resets the content of this pane.

setActions(actions, contentList)

Adds actions to the toolbar at the top of the contentList.
Parameters:
actions
contentList

setParams(params)

Method called by parent container to pass additional parameters to this pane.
Parameters:
params
Contains a handle to the teamspace object to use when displaying this pane.