com.sencha.gxt.widget.core.client.grid
Class Grid.GridCell

java.lang.Object
  extended by com.sencha.gxt.widget.core.client.grid.Grid.GridCell
Enclosing class:
Grid<M>

public static class Grid.GridCell
extends Object

A reference to a cell in the grid that can be used for a variety of purposes, including, for example, whether it is active or selected.


Constructor Summary
Grid.GridCell(int row, int col)
          Creates a reference to a cell in the grid.
 
Method Summary
 int getCol()
          Returns the cell column index.
 int getRow()
          Returns the cell row index.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid.GridCell

public Grid.GridCell(int row,
                     int col)
Creates a reference to a cell in the grid.

Parameters:
row - the row index of the cell
col - the column index of the cell
Method Detail

getCol

public int getCol()
Returns the cell column index.

Returns:
the cell column index

getRow

public int getRow()
Returns the cell row index.

Returns:
the cell row index


Copyright © 2012. All Rights Reserved.