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