Class AC.tree.MultiSelectionModel
Extends
AC.tree.StandardMultiSelectionModel.
Sets up extending tree panel's AC.tree.StandardMultiSelectionModel.
Defined in: ACTreePanelExtensions.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
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
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