com.sencha.gxt.widget.core.client.selection
Class CellSelection<M>

java.lang.Object
  extended by com.sencha.gxt.widget.core.client.selection.CellSelection<M>

public class CellSelection<M>
extends Object


Constructor Summary
CellSelection(M model, int row, int cell)
           
 
Method Summary
 int getCell()
           
 M getModel()
           
 int getRow()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellSelection

public CellSelection(M model,
                     int row,
                     int cell)
Method Detail

getCell

public int getCell()

getModel

public M getModel()

getRow

public int getRow()


Copyright © 2012. All Rights Reserved.