Class actioncenter.roleGridNode
Extends
actioncenter.standardTreeGridNode.
The role grid node.
Defined in: LibraryObjects.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.roleGridNode(attributes)
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.roleGridNode.createChild(msg)
Creates a child node.
|
<static> |
actioncenter.roleGridNode.deleteChild(msg)
Deletes a child node.
|
<static> |
actioncenter.roleGridNode.handleNodeDrop(e)
Handles drops on this node.
|
- Methods borrowed from class actioncenter.standardTreeGridNode:
- afterCreateChild
Class Detail
actioncenter.roleGridNode(attributes)
Default constructor.
- Parameters:
- attributes
- the attributes
Method Detail
<static>
actioncenter.roleGridNode.createChild(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.roleGridNode.deleteChild(msg)
Deletes a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.roleGridNode.handleNodeDrop(e)
Handles drops on this node.
- Parameters:
- e
- the event
- Returns:
- true if the drop is handled