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