Constructor and Description |
---|
Context(int index,
int column,
java.lang.Object key)
Create a new
Cell.Context . |
Context(int index,
int column,
java.lang.Object key,
int subindex)
Create a new
Cell.Context . |
Modifier and Type | Method and Description |
---|---|
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.
|
public 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 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 indexpublic int getColumn()
public int getIndex()
public java.lang.Object getKey()
public int getSubIndex()