Class actioncenter.workspaceGridNode
Extends
actioncenter.standardTreeGridNode.
Workspace grid node.
Defined in: myWorkspace.js.
Constructor Attributes | Constructor Name and Description |
---|---|
actioncenter.workspaceGridNode(attributes)
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.workspaceGridNode.createChild(msg)
Creates a child node.
|
<static> |
actioncenter.workspaceGridNode.editNode(msg)
Edits the node.
|
<static> |
actioncenter.workspaceGridNode.handleNodeDrop(e)
Handles drops on this node.
|
- Methods borrowed from class actioncenter.standardTreeGridNode:
- afterCreateChild
Class Detail
actioncenter.workspaceGridNode(attributes)
Default constructor.
- Parameters:
- attributes
- the attributes
Method Detail
<static>
actioncenter.workspaceGridNode.createChild(msg)
Creates a child node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.workspaceGridNode.editNode(msg)
Edits the node.
- Parameters:
- msg
- the message
- Returns:
- void
<static>
actioncenter.workspaceGridNode.handleNodeDrop(e)
Handles drops on this node.
- Parameters:
- e
- the event
- Returns:
- true always