Class Index | File Index

Classes


Class actioncenter.disabledUserNodeUI


Extends actioncenter.standardNodeUI.
The UI of disabled user nodes.
Defined in: CaceExplorer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Field Summary
Field Attributes Field Name and Description
<static>  
actioncenter.disabledUserNodeUI.selectable
Indicates whether this node is selectable.
Method Summary
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
Class Detail
actioncenter.disabledUserNodeUI()
Default constructor.
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

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