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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

public int row

cell

public int cell
Constructor Detail

GridSelectionModel.Cell

public GridSelectionModel.Cell(int row,
                               int cell)