Class Index | File Index

Classes


Class AC.tree.StandardMultiSelectionModel


Extends Ext.ux.FixedMultiSelectionModel.
Sets up extending tree panel's FixedMultiSelectionModel.
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.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
Class Detail
AC.tree.StandardMultiSelectionModel()
Default constructor.
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

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