- java.lang.Object
-
- org.tentackle.fx.table.type.AbstractTableCellType<java.time.LocalDate>
-
- org.tentackle.fx.table.type.LocalDateTableCellType
-
- All Implemented Interfaces:
TableCellType<java.time.LocalDate>
@TableCellTypeService(java.time.LocalDate.class) public class LocalDateTableCellType extends AbstractTableCellType<java.time.LocalDate>
LocalDate cell type.- Author:
- harald
-
-
Field Summary
-
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor
-
-
Constructor Summary
Constructors Constructor Description LocalDateTableCellType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateItem(FxTableCell<?,java.time.LocalDate> tableCell, java.time.LocalDate item)Updates the cells view.-
Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
getEditor, getEditorType, updateAlignment
-
-
-
-
Method Detail
-
updateItem
public void updateItem(FxTableCell<?,java.time.LocalDate> tableCell, java.time.LocalDate item)
Description copied from interface:TableCellTypeUpdates the cells view.- Parameters:
tableCell- the table cell, never nullitem- the item for the cell, never null
-
-