Class Index | File Index

Classes


Class actioncenter.explorerGridNode


Extends actioncenter.standardTreeGridNode.
The root node of the tree grid.
Defined in: ACTreeGridNode.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructor initializing node attributes.
Method Summary
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

Documentation generated by JsDoc Toolkit 2.0.0 on Sun Sep 23 2012 02:46:08 GMT-0500 (CDT)