public final class ListCell extends DataCell<List<String>>
DataCell.CellType| Constructor and Description |
|---|
ListCell(int r,
int c,
int rs,
int cs,
List<String> value)
*
Constructor *
*
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCellValue() |
void |
match(DataCell<?> cell) |
void |
setCellValue(List<String> value)
*
Public Methods *
*
|
equals, getCellType, getColumn, getColumnSpan, getRow, getRowSpan, getStr, getStyleCss, setColumnSpan, setRowSpan, setStr, setStyleCss, toString