Uses of Annotation Interface
org.tentackle.fx.table.TableCellTypeService
Packages that use TableCellTypeService
-
Uses of TableCellTypeService in org.tentackle.fx.table.type
Classes in org.tentackle.fx.table.type with annotations of type TableCellTypeServiceModifier and TypeClassDescriptionclassABMoneycell 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.