Class actioncenter.roleNode
Extends
actioncenter.standardNode.
The role node.
Defined in: CaceExplorer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.roleNode(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.roleNode.createChild(msg)
Creates a child node.
|
<static> |
actioncenter.roleNode.editIsLeader(msg)
Checks if this node corresponds to a leader role node.
|
<static> |
actioncenter.roleNode.handleNodeDrop(e)
Handles drops on this node.
|
<static> |
actioncenter.roleNode.hasMatchingSubscription(msg)
Checks to see if this node is subscribed to the channel specified by the message and if the subordinate is
a screen node.
|
<static> |
actioncenter.roleNode.isAddScreenNode(msg)
Checks if the child node being added to this node is a screen node which is subordinate to this
role node and it's superior activity 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, 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.roleNode(attributes)
Initializes node properties with the specified attributes.
- Parameters:
- attributes
- the attributes
Method Detail
<static>
actioncenter.roleNode.createChild(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.roleNode.editIsLeader(msg)
Checks if this node corresponds to a leader role node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.roleNode.handleNodeDrop(e)
Handles drops on this node.
- Parameters:
- e
- the event
- Returns:
- true if the node drop is handled, false otherwise
<static>
actioncenter.roleNode.hasMatchingSubscription(msg)
Checks to see if this node is subscribed to the channel specified by the message and if the subordinate is
a screen node.
- Parameters:
- msg
- the relationship message
- Returns:
- true if there is a matching subscription and the new child node is a screen node
<static>
actioncenter.roleNode.isAddScreenNode(msg)
Checks if the child node being added to this node is a screen node which is subordinate to this
role node and it's superior activity node.
- Parameters:
- msg
- the message
- Returns:
- true if the screen has relationship to correct activity