java.lang.Object
org.tentackle.fx.table.type.AbstractTableCellType<T>
org.tentackle.fx.table.type.AbstractDateTimeTableCellType<LocalDate>
org.tentackle.fx.table.type.LocalDateTableCellType
- All Implemented Interfaces:
TableCellType<LocalDate>
@TableCellTypeService(java.time.LocalDate.class)
public class LocalDateTableCellType
extends AbstractDateTimeTableCellType<LocalDate>
LocalDate cell type.- Author:
- harald
-
Field Summary
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringformatItem(DateTimeFormatter fmt, LocalDate item) Formats the item.Methods inherited from class org.tentackle.fx.table.type.AbstractDateTimeTableCellType
getFormatter, updateItem, updateItemMethods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
applyCaseConversion, getEditor, getEditorType, updateAlignment, updateAlignment
-
Constructor Details
-
LocalDateTableCellType
public LocalDateTableCellType()Creates the cell type forLocalDate.
-
-
Method Details
-
formatItem
Description copied from class:AbstractDateTimeTableCellTypeFormats the item.- Specified by:
formatItemin classAbstractDateTimeTableCellType<LocalDate>- Parameters:
fmt- the formatteritem- the item- Returns:
- the formatted string
-