Class actioncenter.standardTreeGridNode
Extends
actioncenter.standardNode.
actioncenter.standardTreeGridNode
Defined in: ACTreeGridNode.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.standardTreeGridNode(attributes)
|
- Fields borrowed from class actioncenter.standardNode:
- actionCenterListener, allowDropOnlyValidChildTypes, childNodesLength, newNode, nodeInProcessCreateChildContId, order, validChildTypes
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.standardTreeGridNode.afterCreateChild(msg, newnode)
Invoked after a child node is created.
|
- Methods borrowed from class actioncenter.standardNode:
- acceptMove, adjustViewport, afterDeleteChild, afterEditOrder, beforeCreateChild, beforeDeleteChild, beforeEditOrder, captureViewport, cleanUp, collapse, createChild, deepCopyContribution, deleteChild, editIcon, editNode, 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
Method Detail
<static>
actioncenter.standardTreeGridNode.afterCreateChild(msg, newnode)
Invoked after a child node is created. The newnode parameter is the child node.
- Parameters:
- msg
- the message with info of the child node
- newnode
- the new child node