- java.lang.Object
-
- org.tentackle.fx.table.type.AbstractTableCellType<T>
-
- org.tentackle.fx.table.type.UtilDateTableCellType<java.sql.Timestamp>
-
- org.tentackle.fx.table.type.TimestampTableCellType
-
- All Implemented Interfaces:
TableCellType<java.sql.Timestamp>
@TableCellTypeService(java.sql.Timestamp.class) public class TimestampTableCellType extends UtilDateTableCellType<java.sql.Timestamp>
Timestamp cell type.- Author:
- harald
-
-
Field Summary
-
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor
-
-
Constructor Summary
Constructors Constructor Description TimestampTableCellType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.text.DateFormatgetFormat(FxTableCell<?,java.sql.Timestamp> tableCell)Gets the date format.-
Methods inherited from class org.tentackle.fx.table.type.UtilDateTableCellType
updateItem
-
Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
getEditor, getEditorType, updateAlignment
-
-
-
-
Method Detail
-
getFormat
public java.text.DateFormat getFormat(FxTableCell<?,java.sql.Timestamp> tableCell)
Description copied from class:UtilDateTableCellTypeGets the date format.- Overrides:
getFormatin classUtilDateTableCellType<java.sql.Timestamp>- Parameters:
tableCell- the cell- Returns:
- the format, null if default toString()
-
-