Class actioncenter.disabledUserNodeUI
Extends
actioncenter.standardNodeUI.
The UI of disabled user nodes.
Defined in: CaceExplorer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
actioncenter.disabledUserNodeUI.selectable
Indicates whether this node is selectable.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.disabledUserNodeUI.onClick(e)
Executes on single-click of this node.
|
<static> |
actioncenter.disabledUserNodeUI.onDblClick(e)
Executes on double-click of this node.
|
- Methods borrowed from class actioncenter.standardNodeUI:
- createContextMenu, ecClick, onAnchorChange, onContextMenu, onSelectedChange
Field Detail
<static>
actioncenter.disabledUserNodeUI.selectable
Indicates whether this node is selectable.
- Default Value:
- false
Method Detail
<static>
actioncenter.disabledUserNodeUI.onClick(e)
Executes on single-click of this node. Stops propagation of the event and unselects this node it was selected.
- Parameters:
- e
- the event
- Returns:
- void
<static>
actioncenter.disabledUserNodeUI.onDblClick(e)
Executes on double-click of this node. Stops propagation of the event.
- Parameters:
- e
- the event
- Returns:
- void