Class ecm.widget.MySyncedFilesTree


Extends ecm.widget.Tree.
Provides a widget that contains a tree that is used to display the user’s synced items.
Defined in: <ecm\widget\MySyncedFilesTree.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
 
The dnd controller to be used by dijit.Tree.
 
Enable drag and drop.
Fields borrowed from class ecm.widget.Tree:
showMissingFolderMessage, singular

Method Summary

Method Attributes Method Name and Description
 
getActionsMenuType(item, loadBaseMenu)
Returns the action menu type for the specified item.
 
getIconClass(item, opened)
Returns the icon class for the specified item.
 
Methods borrowed from class ecm.widget.Tree:
checkItemAcceptance2, destroy, isPathSelected, itemCreator, onExternalDragEnter, onExternalDragExit, onExternalDragOver, onExternalDrop, postMixInProperties

Constructor Detail

ecm.widget.MySyncedFilesTree()

Since:
2.0.3.5

Field Detail

dndController

The dnd controller to be used by dijit.Tree.

enableDnd

Enable drag and drop.

Method Detail

getActionsMenuType(item, loadBaseMenu)

Returns the action menu type for the specified item.
Parameters:
item
The item for which to get the action menu type.
loadBaseMenu
Boolean indicating whether to load just the base sync item actions. If false, item-specific context menus will be loaded.
Returns:
The context menu type string.

getIconClass(item, opened)

Returns the icon class for the specified item.
Parameters:
item
The item in the tree.
opened
Boolean indicating if opened.

postCreate()