com.extjs.gxt.ui.client.widget.grid
Class CellSelectionModel.CellSelection

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

public class CellSelectionModel.CellSelection
extends java.lang.Object


Field Summary
 int cell
           
 M model
           
 int row
           
 
Constructor Summary
CellSelectionModel.CellSelection(M model, 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

model

public M extends ModelData model

row

public int row
Constructor Detail

CellSelectionModel.CellSelection

public CellSelectionModel.CellSelection(M model,
                                        int row,
                                        int cell)