Class Index | File Index

Classes


Class actioncenter.standardNodeUI


Extends Ext.tree.TreeNodeUI.
Defines the UI of the AC standard node.
Defined in: CaceExplorer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Method Summary
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.
Class Detail
actioncenter.standardNodeUI()
Default constructor.
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

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