Class ecm.widget.layout.TeamspacePane


Extends ecm.widget.layout._LaunchBarPane, ecm.widget.layout._SearchTabMixin, ecm.widget.layout._SearchSelectorMixin,.
Provides a pane that is used to display a teamspace in the layout.
Defined in: <ecm\widget\layout\TeamspacePane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
 
Disconnects handlers and destroys dock panes created by this widget.
 
 
 
Returns an array of grid modules used for this widget's content grid.
 
Returns an array of content list modules used for this widget.
 
Loads the content of this pane.
 
 
Called after widget creation.
 
resetTeamspacePane(teamspace)
Resets the pane by resetting the repository, classes, and folder contents.
 
setParams(params)
Method called by parent container to pass additional parameters to this pane.
 
setTeamspace(teamspace)
Sets the teamspace associated with this pane.

Constructor Detail

ecm.widget.layout.TeamspacePane()

Method Detail

constructor()


destroy()

Disconnects handlers and destroys dock panes created by this widget.

doBrowseConnections()


doSearchConnections()


getContentListGridModules()

Returns an array of grid modules used for this widget's content grid.

getContentListModules()

Returns an array of content list modules used for this widget.

loadContent()

Loads the content of this pane.

onManageTeamspace()


postCreate()

Called after widget creation.

resetTeamspacePane(teamspace)

Resets the pane by resetting the repository, classes, and folder contents.
Parameters:
teamspace

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.

setTeamspace(teamspace)

Sets the teamspace associated with this pane.
Parameters:
teamspace
An instance of ecm.model.Teamspace.