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