Class Index | File Index

Classes


Class AC.tree.MultiSelectionModel


Extends AC.tree.StandardMultiSelectionModel.
Sets up extending tree panel's AC.tree.StandardMultiSelectionModel.
Defined in: ACTreePanelExtensions.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Default constructor.
Method Summary
Method Attributes Method Name and Description
<static>  
AC.tree.MultiSelectionModel.onNodeClick(node, e)
Invoked on node click.
<static>  
AC.tree.MultiSelectionModel.select(node, e, keepExisting)
Overridden from MultiSelectionModel to fix unselecting.
Methods borrowed from class AC.tree.StandardMultiSelectionModel:
anchorNode, getAnchoredNode, getNext, getPrevious, isAnchoredNode, markContinuousSelectionPairs, selectNext, selectPrevious
Class Detail
AC.tree.MultiSelectionModel()
Default constructor.
Method Detail
<static> AC.tree.MultiSelectionModel.onNodeClick(node, e)
Invoked on node click. Anchors this node when it is clicked.
Parameters:
node
the clicked node
e
the event
Returns:
void

<static> AC.tree.MultiSelectionModel.select(node, e, keepExisting)
Overridden from MultiSelectionModel to fix unselecting.
Parameters:
node
the selected node
e
the event
keepExisting
boolean flag indicating whether to clear previously selected nodes
Returns:
the selected node

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