Class actioncenter.activityNode
Extends
actioncenter.standardNode.
The activity node.
Defined in: CaceExplorer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.activityNode(attributes)
Initializes node properties with the specified attributes.
|
- Fields borrowed from class actioncenter.standardNode:
- actionCenterListener, allowDropOnlyValidChildTypes, childNodesLength, newNode, nodeInProcessCreateChildContId, order, validChildTypes
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.activityNode.createChild(msg)
Creates a child node.
|
<static> |
actioncenter.activityNode.handleNodeDrop(e)
Handles drops on this node.
|
- Methods borrowed from class actioncenter.standardNode:
- acceptMove, adjustViewport, afterCreateChild, afterDeleteChild, afterEditOrder, beforeCreateChild, beforeDeleteChild, beforeEditOrder, captureViewport, cleanUp, collapse, 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
Class Detail
actioncenter.activityNode(attributes)
Initializes node properties with the specified attributes.
- Parameters:
- attributes
- the attributes
Method Detail
<static>
actioncenter.activityNode.createChild(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.activityNode.handleNodeDrop(e)
Handles drops on this node.
- Parameters:
- e
- the event
- Returns:
- true if the dropped node is an 'AC_Agenda_Palette_Item' node or false otherwise