- java.lang.Object
-
- org.tentackle.fx.table.type.AbstractTableCellType<java.time.LocalDateTime>
-
- org.tentackle.fx.table.type.LocalDateTimeTableCellType
-
- All Implemented Interfaces:
TableCellType<java.time.LocalDateTime>
@TableCellTypeService(java.time.LocalDateTime.class) public class LocalDateTimeTableCellType extends AbstractTableCellType<java.time.LocalDateTime>
LocalDateTime cell type.- Author:
- harald
-
-
Field Summary
-
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor
-
-
Constructor Summary
Constructors Constructor Description LocalDateTimeTableCellType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateItem(FxTableCell<?,java.time.LocalDateTime> tableCell, java.time.LocalDateTime 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.LocalDateTime> tableCell, java.time.LocalDateTime item)
Description copied from interface:TableCellTypeUpdates the cells view.- Parameters:
tableCell- the table cell, never nullitem- the item for the cell, never null
-
-