Class actioncenter.wsExplorerGridNode
Extends
actioncenter.standardTreeGridNode.
Workspace explorer/root grid node.
Defined in: myWorkspace.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.wsExplorerGridNode(attributes)
Default constructor.
|
- Fields borrowed from class actioncenter.standardNode:
- actionCenterListener, allowDropOnlyValidChildTypes, childNodesLength, newNode, nodeInProcessCreateChildContId, order, validChildTypes
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.wsExplorerGridNode.createChild(msg)
Creates a child node.
|
<static> |
actioncenter.wsExplorerGridNode.deleteChild(msg)
Deletes a child node.
|
<static> |
actioncenter.wsExplorerGridNode.editNode(msg)
Edits the node.
|
- Methods borrowed from class actioncenter.standardTreeGridNode:
- afterCreateChild
- Methods borrowed from class actioncenter.standardNode:
- acceptMove, adjustViewport, afterDeleteChild, afterEditOrder, beforeCreateChild, beforeDeleteChild, beforeEditOrder, captureViewport, cleanUp, collapse, deepCopyContribution, editIcon, editOrder, editText, find, findBy, findChild, findChildBy, findLastVisibleDescendant, getShallowSelection, handleMoveContribution, hasMatchingSubscription, isInView, isMove, moveContribution, onAppend, onBeforeappend, onBeforeinsert, onBeforemove, onBeforeremove, onExpand, onInsert, onMove, onRemove, pasteToThisNode, processCreateChild, processDeleteChild, processEditOrder, render, setAttributes, shallowCopyContribution, sortAfterLoad, subscribeAllChannels, unsubscribeAllChannels
Class Detail
actioncenter.wsExplorerGridNode(attributes)
Default constructor.
- Parameters:
- attributes
- the attributes
Method Detail
<static>
actioncenter.wsExplorerGridNode.createChild(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.wsExplorerGridNode.deleteChild(msg)
Deletes a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.wsExplorerGridNode.editNode(msg)
Edits the node.
- Parameters:
- msg
- the message
- Returns:
- void