java.lang.Object
org.tentackle.fx.table.type.AbstractTableCellType<T>
org.tentackle.fx.table.type.AbstractDateTimeTableCellType<OffsetTime>
org.tentackle.fx.table.type.OffsetTimeTableCellType
- All Implemented Interfaces:
TableCellType<OffsetTime>
@TableCellTypeService(java.time.OffsetTime.class)
public class OffsetTimeTableCellType
extends AbstractDateTimeTableCellType<OffsetTime>
OffsetTime 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, OffsetTime 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
-
OffsetTimeTableCellType
public OffsetTimeTableCellType()Creates the cell type forOffsetTime.
-
-
Method Details
-
formatItem
Description copied from class:AbstractDateTimeTableCellTypeFormats the item.- Specified by:
formatItemin classAbstractDateTimeTableCellType<OffsetTime>- Parameters:
fmt- the formatteritem- the item- Returns:
- the formatted string
-