Class Index | File Index

Classes


Class AC.tree.TriStateNodeUI


Extends actioncenter.standardNodeUI.
Defines the UI of tri-state tree nodes.
Defined in: CaceExplorer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.tree.TriStateNodeUI.onCheckChange(e)
Executes on the change of this node's checkbox state.
<static>  
AC.tree.TriStateNodeUI.renderElements(n, a, targetNode, bulkRender)
Renders HTML elements of the specified node.
<static>  
AC.tree.TriStateNodeUI.toggleCheck(value, partial, notUserClick)
Toggles the checkbox.
<static>  
AC.tree.TriStateNodeUI.updateCheck()
Updates this node's check state.
Methods borrowed from class actioncenter.standardNodeUI:
createContextMenu, ecClick, onAnchorChange, onContextMenu, onDblClick, onSelectedChange
Class Detail
AC.tree.TriStateNodeUI()
Default constructor.
Method Detail
<static> AC.tree.TriStateNodeUI.onCheckChange(e)
Executes on the change of this node's checkbox state.
Parameters:
e
the event
Returns:
void

<static> AC.tree.TriStateNodeUI.renderElements(n, a, targetNode, bulkRender)
Renders HTML elements of the specified node.
Parameters:
n
the node
a
the node's attributes
targetNode
the target node
bulkRender
the boolean flag indicating if this is a bulk-render
Returns:
void

<static> AC.tree.TriStateNodeUI.toggleCheck(value, partial, notUserClick)
Toggles the checkbox.
Parameters:
value
the new value of the checkbox
partial
the boolean flag to indicate if this is a partial check
notUserClick
the boolean flag to indicate if this is not a user's click
Returns:
void

<static> AC.tree.TriStateNodeUI.updateCheck()
Updates this node's check state.
Returns:
void

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