Class ecm.widget.layout.BrowsePane


Extends ecm.widget.layout._LaunchBarPane, ecm.widget.layout._RepositorySelectorMixin.
Provides a pane that is used to browse folders and documents.
Defined in: <ecm\widget\layout\BrowsePane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
Clears the browse pane.
 
Listens to the tree and content list.
 
Focus on the repository selector's drop down.
 
Returns the content list grid modules used by this view.
 
Returns the content list modules used by this view.
 
Override to check for repository parameter in URL
 
Method should be overridden by the dijit that extends _LaunchBarPane to retrieve the correct feature configuration information.
 
Loads the content.
 
 
since 2.0.3
 
 
Resets the content of this pane.
 
setParams(params)
Opens a tab with the given parameters.
 
setRepository(repository)
Sets the repository.

Constructor Detail

ecm.widget.layout.BrowsePane()

Method Detail

clear()

Clears the browse pane.

doBrowseConnections()

Listens to the tree and content list.

focus()

Focus on the repository selector's drop down.

getContentListGridModules()

Returns the content list grid modules used by this view.
Returns:
Array of grid modules.

getContentListModules()

Returns the content list modules used by this view.
Returns:
Array of content list modules.

getDefaultLayoutRepository()

Override to check for repository parameter in URL

getFeatureConfiguration()

Method should be overridden by the dijit that extends _LaunchBarPane to retrieve the correct feature configuration information.
Since:
2.0.3.3

loadContent()

Loads the content.

loadDefaultRepository()

Since:
2.0.3

onRepositorySelectorSelect(repositories)

since 2.0.3
Parameters:
repositories

postCreate()


reset()

Resets the content of this pane.

setParams(params)

Opens a tab with the given parameters.
Parameters:
params

setRepository(repository)

Sets the repository.
Parameters:
repository
An instance of ecm.model.Repository.