Class actioncenter.standardNodeUI
Extends
Ext.tree.TreeNodeUI.
Defines the UI of the AC standard node.
Defined in: CaceExplorer.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
actioncenter.standardNodeUI.createContextMenu()
Creates the context-sensitive menu.
|
<static> |
actioncenter.standardNodeUI.ecClick(e)
Executes on click over expand-collapse icon.
|
<static> |
actioncenter.standardNodeUI.onAnchorChange(state)
Defines the look of anchored nodes.
|
<static> |
actioncenter.standardNodeUI.onContextMenu(e)
Creates default menu items for generic nodes that we'll be able to be
used in the PSS (end user tool).
|
<static> |
actioncenter.standardNodeUI.onDblClick(e)
Defines the double-click behavior.
|
<static> |
actioncenter.standardNodeUI.onSelectedChange(state, focusNotAllowed)
Defines the look of selected nodes.
|
Method Detail
<static>
actioncenter.standardNodeUI.createContextMenu()
Creates the context-sensitive menu.
- Returns:
- void
<static>
actioncenter.standardNodeUI.ecClick(e)
Executes on click over expand-collapse icon.
- Parameters:
- e
- the event
- Returns:
- void
<static>
actioncenter.standardNodeUI.onAnchorChange(state)
Defines the look of anchored nodes.
- Parameters:
- state
- the boolean anchor status state
- Returns:
- void
<static>
actioncenter.standardNodeUI.onContextMenu(e)
Creates default menu items for generic nodes that we'll be able to be
used in the PSS (end user tool).
- Parameters:
- e
- the event
- Returns:
- void
<static>
actioncenter.standardNodeUI.onDblClick(e)
Defines the double-click behavior.
- Parameters:
- e
- the event
- Returns:
- void
<static>
actioncenter.standardNodeUI.onSelectedChange(state, focusNotAllowed)
Defines the look of selected nodes.
- Parameters:
- state
- the boolean selection status state
- focusNotAllowed
- whether to focus the node when selecting it
- Returns:
- void