com.extjs.gxt.ui.client.widget.tree
Class TreeSelectionModel

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel<Tree,TreeItem>
      extended by com.extjs.gxt.ui.client.widget.tree.TreeSelectionModel
All Implemented Interfaces:
Listener<ContainerEvent>, SelectionModel<Tree,TreeItem>, java.util.EventListener

Deprecated. see TreePanel

public class TreeSelectionModel
extends AbstractSelectionModel<Tree,TreeItem>

Tree single-select selection model.


Constructor Summary
TreeSelectionModel()
          Deprecated.  
TreeSelectionModel(Style.SelectionMode mode)
          Deprecated.  
 
Method Summary
 void selectNext()
          Deprecated. Selects the item below the selected item in the tree, intelligently walking the nodes.
 void selectPrevious()
          Deprecated. Selects the item above the selected item in the tree, intelligently walking the nodes.
 
Methods inherited from class com.extjs.gxt.ui.client.widget.selection.AbstractSelectionModel
bind, deselect, deselect, deselect, deselect, deselect, deselectAll, getSelectedItem, getSelectedItems, getSelectionMode, handleEvent, isLocked, isSelected, refresh, select, select, select, select, select, selectAll, setLocked
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeSelectionModel

public TreeSelectionModel()
Deprecated. 

TreeSelectionModel

public TreeSelectionModel(Style.SelectionMode mode)
Deprecated. 
Method Detail

selectNext

public void selectNext()
Deprecated. 
Selects the item below the selected item in the tree, intelligently walking the nodes.


selectPrevious

public void selectPrevious()
Deprecated. 
Selects the item above the selected item in the tree, intelligently walking the nodes.