|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 . |
|
Cell.Context(int index,
int column,
java.lang.Object key,
int subindex)
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. |
int |
getSubIndex()
Get the sub index of the rendered row value. |
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 valuepublic Cell.Context(int index, int column, java.lang.Object key, int subindex)
Cell.Context
.
index
- the absolute index of the valuecolumn
- the column index of the cell, or 0key
- the unique key that represents the row valuesubindex
- the child indexMethod Detail |
---|
public int getColumn()
public int getIndex()
public java.lang.Object getKey()
public int getSubIndex()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |