Class actioncenter.shareUserNode
Extends
actioncenter.standardNode.
The shared user node.
Defined in: CaceExplorer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.shareUserNode(attributes)
Initializes node properties with the specified attributes.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
actioncenter.shareUserNode.disabled
Indicates whether this node is disabled.
|
- Fields borrowed from class actioncenter.standardNode:
- actionCenterListener, allowDropOnlyValidChildTypes, childNodesLength, newNode, nodeInProcessCreateChildContId, order, validChildTypes
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.shareUserNode.checkForNodeOverride()
Returns the value of the UI's selectable field, or true if that field is null.
|
- Methods borrowed from class actioncenter.standardNode:
- acceptMove, adjustViewport, afterCreateChild, 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
Class Detail
actioncenter.shareUserNode(attributes)
Initializes node properties with the specified attributes.
- Parameters:
- attributes
- the attributes
Field Detail
<static>
actioncenter.shareUserNode.disabled
Indicates whether this node is disabled.
- Default Value:
- true
Method Detail
<static>
actioncenter.shareUserNode.checkForNodeOverride()
Returns the value of the UI's selectable field, or true if that field is null.
- Returns:
- boolean value indicating whether this node is selectable.