Class AC.tree.StandardMultiSelectionModel
Extends
Ext.ux.FixedMultiSelectionModel.
Sets up extending tree panel's FixedMultiSelectionModel.
Defined in: ACTreePanelExtensions.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Default constructor.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
AC.tree.StandardMultiSelectionModel.anchorNode(node, state, focusNotAllowed)
Anchors the specified node in the specified state.
|
<static> |
AC.tree.StandardMultiSelectionModel.getAnchoredNode()
Gets the anchored node.
|
<static> |
AC.tree.StandardMultiSelectionModel.getNext(n)
get the node below the passed in node in the tree, intelligently walking the nodes
|
<static> |
AC.tree.StandardMultiSelectionModel.getPrevious(n)
get the node above the passed in node in the tree, intelligently walking the nodes
|
<static> |
AC.tree.StandardMultiSelectionModel.isAnchoredNode(node)
Checks whether the passed in node is the anchored node.
|
<static> |
AC.tree.StandardMultiSelectionModel.markContinuousSelectionPairs()
Marks the pairs of continuous selections
|
<static> |
AC.tree.StandardMultiSelectionModel.selectNext(keepExisting)
Selects the node below the selected node in the tree, intelligently walking the nodes
|
<static> |
AC.tree.StandardMultiSelectionModel.selectPrevious(keepExisting)
Selects the node above the selected node in the tree, intelligently walking the nodes
|
Method Detail
<static>
AC.tree.StandardMultiSelectionModel.anchorNode(node, state, focusNotAllowed)
Anchors the specified node in the specified state.
- Parameters:
- node
- the anchored node
- state
- the current state
- {boolean} focusNotAllowed
- true if not focusing the anchoredNode
- Returns:
- void
<static>
AC.tree.StandardMultiSelectionModel.getAnchoredNode()
Gets the anchored node.
- Returns:
- the anchored node
<static>
AC.tree.StandardMultiSelectionModel.getNext(n)
get the node below the passed in node in the tree, intelligently walking the nodes
- Parameters:
- n
- Returns:
- TreeNode The next node
<static>
AC.tree.StandardMultiSelectionModel.getPrevious(n)
get the node above the passed in node in the tree, intelligently walking the nodes
- Parameters:
- n
- Returns:
- TreeNode The previous node
<static>
AC.tree.StandardMultiSelectionModel.isAnchoredNode(node)
Checks whether the passed in node is the anchored node.
- Parameters:
- node
- Returns:
- the anchored node
<static>
AC.tree.StandardMultiSelectionModel.markContinuousSelectionPairs()
Marks the pairs of continuous selections
- Returns:
- void
<static>
AC.tree.StandardMultiSelectionModel.selectNext(keepExisting)
Selects the node below the selected node in the tree, intelligently walking the nodes
- Parameters:
- keepExisting
- Returns:
- TreeNode The new selection
<static>
AC.tree.StandardMultiSelectionModel.selectPrevious(keepExisting)
Selects the node above the selected node in the tree, intelligently walking the nodes
- Parameters:
- keepExisting
- Returns:
- TreeNode The new selection