public class CellInfo<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
col
所在列位置
|
Column<T> |
column
所在列
|
T |
data
数据
|
int |
row
所在行位置
|
java.lang.String |
value
显示的值
|
| Constructor and Description |
|---|
CellInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(Column<T> column,
T t,
java.lang.String value,
int col,
int row) |
public T data
public int row
public int col
public java.lang.String value