com.extjs.gxt.ui.client.widget.treegrid
Class CellTreeGridSelectionModel<M extends ModelData>

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseObservable
      extended by com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel<M>
          extended by com.extjs.gxt.ui.client.widget.grid.GridSelectionModel<M>
              extended by com.extjs.gxt.ui.client.widget.grid.CellSelectionModel<M>
                  extended by com.extjs.gxt.ui.client.widget.treegrid.CellTreeGridSelectionModel<M>
All Implemented Interfaces:
Listener<BaseEvent>, Observable, SelectionProvider<M>, StoreSelectionModel<M>, java.util.EventListener

public class CellTreeGridSelectionModel<M extends ModelData>
extends CellSelectionModel<M>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.extjs.gxt.ui.client.widget.grid.CellSelectionModel
CellSelectionModel.CellSelection
 
Nested classes/interfaces inherited from class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel
GridSelectionModel.Callback, GridSelectionModel.Cell
 
Constructor Summary
CellTreeGridSelectionModel()
           
 
Method Summary
 void bindGrid(Grid grid)
           
 
Methods inherited from class com.extjs.gxt.ui.client.widget.grid.CellSelectionModel
deselectAll, getSelectCell, handleEvent, selectCell
 
Methods inherited from class com.extjs.gxt.ui.client.widget.grid.GridSelectionModel
isLocked, isMoveEditorOnEnter, onEditorKey, selectNext, selectPrevious, setMoveEditorOnEnter
 
Methods inherited from class com.extjs.gxt.ui.client.widget.selection.AbstractStoreSelectionModel
addSelectionChangedListener, bind, deselect, deselect, deselect, deselect, deselect, getSelectedItem, getSelectedItems, getSelection, getSelectionMode, isSelected, refresh, removeSelectionListener, select, select, select, select, select, selectAll, setLocked, setSelection, setSelectionMode
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable
addListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellTreeGridSelectionModel

public CellTreeGridSelectionModel()
Method Detail

bindGrid

public void bindGrid(Grid grid)
Overrides:
bindGrid in class CellSelectionModel<M extends ModelData>