Uses of Class
org.tentackle.fx.table.type.AbstractTableCellType
Packages that use AbstractTableCellType
-
Uses of AbstractTableCellType in org.tentackle.fx.table.type
Subclasses of AbstractTableCellType in org.tentackle.fx.table.typeModifier and TypeClassDescriptionclassBase cell type for all date- and time-related types.classABMoneycell type.classABooleancell type.classDateTableCellType<T extends Date>Datecell type.
Applies to java.util.Date, java.sql.Date and org.tentackle.common.Date.classAnEnumcell type.classI18NText cell type.classInstantcell type.classLocalDatecell type.classLocalDateTimecell type.classLocalTimecell type.classNumberTableCellType<T extends Number>TheNumbercell type.
Provided as a fallback to application specific types that don't provide tclassThe most simple cell type.
Fallback if type does not correspond to a known cell-type.classOffsetDateTimecell type.classOffsetTimecell type.classString cell type.classTimestampcell type.
Applies to java.sql.Timestamp and org.tentackle.common.Timestamp.classTimecell type.
Applies to java.sql.Time and org.tentackle.common.Time.classZonedDateTimecell type.