Class actioncenter.explorerGridNode
Extends
actioncenter.standardTreeGridNode.
The root node of the tree grid.
Defined in: ACTreeGridNode.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.explorerGridNode(attributes)
Constructor initializing node attributes.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.explorerGridNode.createChild(msg)
Creates a child node.
|
<static> |
actioncenter.explorerGridNode.deleteChild(msg)
Deletes a child node.
|
- Methods borrowed from class actioncenter.standardTreeGridNode:
- afterCreateChild
Class Detail
actioncenter.explorerGridNode(attributes)
Constructor initializing node attributes.
- Parameters:
- attributes
- the attributes
Method Detail
<static>
actioncenter.explorerGridNode.createChild(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.explorerGridNode.deleteChild(msg)
Deletes a child node.
- Parameters:
- msg
- the message
- Returns:
- void