Class ecm.widget.layout.MySyncedFilesPane


Extends ecm.widget.layout._LaunchBarPane.
Provides a pane that is used to store and access the documents, folders, teamspaces that a user synced.
Defined in: <ecm\widget\layout\MySyncedFilesPane.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
getContentListGridModules(isSyncItemRoot)
Returns the grid modules.
 
Returns the content list modules.
 
Method should be overridden by the dijit that extends _LaunchBarPane to retrieve the correct feature configuration information.
 
Creates the tree and the module and listens to events.
 
 
When reset, reload the sync items model.
Methods borrowed from class ecm.widget.layout._LaunchBarPane:
onEditItem, onOpenItem, openButtonFlyout, selectContentPane, setParams

Constructor Detail

ecm.widget.layout.MySyncedFilesPane()

Since:
2.0.3.5

Method Detail

getContentListGridModules(isSyncItemRoot)

Returns the grid modules.
Parameters:
isSyncItemRoot
Boolean indicate if the grid modules are for the sync item root.
Returns:
Array of grid modules.

getContentListModules()

Returns the content list modules.
Returns:
Array of content list modules.

getFeatureConfiguration()

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

loadContent(data)

Creates the tree and the module and listens to events.
Parameters:
data

postCreate()


reset()

When reset, reload the sync items model.