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

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

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


Field Summary
 int cell
           
 int row
           
 
Constructor Summary
GridSelectionModel.Cell(int row, int cell)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cell

public int cell

row

public int row
Constructor Detail

GridSelectionModel.Cell

public GridSelectionModel.Cell(int row,
                               int cell)