Class actioncenter.populationRulesSelectorRootNode
Extends
actioncenter.standardNode.
Root node of population rule selector tree.
Defined in: CaceExplorer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.populationRulesSelectorRootNode(attributes)
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
The UI of this node.
|
- Fields borrowed from class actioncenter.standardNode:
- actionCenterListener, allowDropOnlyValidChildTypes, childNodesLength, newNode, nodeInProcessCreateChildContId, order, validChildTypes
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.populationRulesSelectorRootNode.createChild(msg)
Creates a child node.
|
<static> |
actioncenter.populationRulesSelectorRootNode.subscribeComponentPopRules()
Creates a populationRulesSelectorNode node and registers it to listen on channels.
|
- 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.populationRulesSelectorRootNode(attributes)
Default constructor.
- Parameters:
- attributes
- the attributes
Field Detail
ui
The UI of this node.
Method Detail
<static>
actioncenter.populationRulesSelectorRootNode.createChild(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.populationRulesSelectorRootNode.subscribeComponentPopRules()
Creates a populationRulesSelectorNode node and registers it to listen on channels.
- Returns:
- void