|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.cell.client.Cell.Context
public static class Cell.Context
Contains information about the context of the Cell.
| Constructor Summary | |
|---|---|
Cell.Context(int index,
int column,
java.lang.Object key)
Create a new Cell.Context. |
|
| Method Summary | |
|---|---|
int |
getColumn()
Get the column index of the cell. |
int |
getIndex()
Get the absolute index of the value. |
java.lang.Object |
getKey()
Get the key that uniquely identifies the row object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cell.Context(int index,
int column,
java.lang.Object key)
Cell.Context.
index - the absolute index of the valuecolumn - the column index of the cell, or 0key - the unique key that represents the row value| Method Detail |
|---|
public int getColumn()
public int getIndex()
public java.lang.Object getKey()
|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||