Uses of Class
org.tentackle.fx.table.type.AbstractTableCellType
-
Packages that use AbstractTableCellType Package Description org.tentackle.fx.table.type FX table cell types. -
-
Uses of AbstractTableCellType in org.tentackle.fx.table.type
Subclasses of AbstractTableCellType in org.tentackle.fx.table.type Modifier and Type Class Description classBMoneyTableCellTypeA money cell type.
Provided as a fallback to application specific types that don't provide tclassBooleanTableCellTypeA boolean cell type.classDateTableCellTypeDate cell type.classEnumTableCellTypeA boolean cell type.classLocalDateTableCellTypeLocalDate cell type.classLocalDateTimeTableCellTypeLocalDateTime cell type.classLocalTimeTableCellTypeLocalTime cell type.classNumberTableCellType<T extends java.lang.Number>A number cell type.
Provided as a fallback to application specific types that don't provide tclassObjectTableCellTypeThe most simple cell type.
Fallback if type does not correspond to a known cell-type.classStringTableCellTypeThe most simple cell type.
Fallback if type is not known.classTimestampTableCellTypeTimestamp cell type.classTimeTableCellTypeTime cell type.classUtilDateTableCellType<T extends java.util.Date>Base date cell type.
-