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