com.extjs.gxt.ui.client.widget.grid
Class GridSelectionModel.Callback

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.grid.GridSelectionModel.Callback
Enclosing class:
GridSelectionModel<M extends ModelData>

public static class GridSelectionModel.Callback
extends java.lang.Object


Constructor Summary
GridSelectionModel.Callback(GridSelectionModel sm)
           
 
Method Summary
 boolean isSelectable(int row, int cell, boolean acceptsNav)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridSelectionModel.Callback

public GridSelectionModel.Callback(GridSelectionModel sm)
Method Detail

isSelectable

public boolean isSelectable(int row,
                            int cell,
                            boolean acceptsNav)