|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.widget.core.client.grid.Grid.GridCell
public static class Grid.GridCell
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 |
|---|
public Grid.GridCell(int row,
int col)
row - the row index of the cellcol - the column index of the cell| Method Detail |
|---|
public int getCol()
public int getRow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||