Class actioncenter.populationRulesSelectorNode
Extends
actioncenter.standardNode.
Population rule selector node.
Defined in: CaceExplorer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.populationRulesSelectorNode(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.populationRulesSelectorNode.checkCheckbox()
Checks this node's checkbox.
|
<static> |
actioncenter.populationRulesSelectorNode.createChild(msg)
Creates a child node.
|
<static> |
actioncenter.populationRulesSelectorNode.render(bulkRender)
Renders this node.
|
<static> |
actioncenter.populationRulesSelectorNode.subscribeAllChannels()
Subscribes this node to channels.
|
<static> |
actioncenter.populationRulesSelectorNode.toggleTypeCastForRelationship(checked)
Adds or deletes a 'typecastfor' relationship in response to user actions on this node's checkbox.
|
<static> |
actioncenter.populationRulesSelectorNode.uncheckCheckbox()
Unchecks this node's checkbox.
|
<static> |
actioncenter.populationRulesSelectorNode.userCheckChangeHandler(checked)
Handles this node's checkbox state changes.
|
- 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, setAttributes, shallowCopyContribution, sortAfterLoad, unsubscribeAllChannels
Class Detail
actioncenter.populationRulesSelectorNode(attributes)
Default constructor.
- Parameters:
- attributes
- the attributes
Field Detail
ui
The UI of this node.
Method Detail
<static>
actioncenter.populationRulesSelectorNode.checkCheckbox()
Checks this node's checkbox.
- Returns:
- void
<static>
actioncenter.populationRulesSelectorNode.createChild(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.populationRulesSelectorNode.render(bulkRender)
Renders this node.
- Parameters:
- bulkRender
- the flag to indicate if this is a bulk render.
- Returns:
- void
<static>
actioncenter.populationRulesSelectorNode.subscribeAllChannels()
Subscribes this node to channels.
- Returns:
- void
<static>
actioncenter.populationRulesSelectorNode.toggleTypeCastForRelationship(checked)
Adds or deletes a 'typecastfor' relationship in response to user actions on this node's checkbox.
- Parameters:
- checked
- the checked state
- Returns:
- void
<static>
actioncenter.populationRulesSelectorNode.uncheckCheckbox()
Unchecks this node's checkbox.
- Returns:
- void
<static>
actioncenter.populationRulesSelectorNode.userCheckChangeHandler(checked)
Handles this node's checkbox state changes.
- Parameters:
- checked
- the checked state
- Returns:
- void