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