Uses of Interface
org.tentackle.fx.table.TableCellType
Packages that use TableCellType
Package
Description
FX table support.
FX table cell types.
-
Uses of TableCellType in org.tentackle.fx.table
Methods in org.tentackle.fx.table that return TableCellTypeModifier and TypeMethodDescriptionDefaultTableColumnConfiguration.getCellType()protected TableCellType<T>FxTableCell.getCellType()Gets the table cell type.protected TableCellType<T>FxTreeTableCell.getCellType()Gets the table cell type.TableColumnConfiguration.getCellType()Gets the specific table cell type.<T> TableCellType<T>DefaultTableCellTypeFactory.getTableCellType(Class<T> itemClass) <T> TableCellType<T>DefaultTableConfiguration.getTableCellType(Class<T> type) <T> TableCellType<T>TableCellTypeFactory.getTableCellType(Class<T> itemClass) Gets the table cell type implementation for item class.<T> TableCellType<T>TableConfiguration.getTableCellType(Class<T> type) Gets the cell type according to the item type.Methods in org.tentackle.fx.table with parameters of type TableCellTypeModifier and TypeMethodDescriptionprotected FxComponentFxTableCell.getEditor(TableCellType<T> cellType) Gets the editor for this table cell.protected FxComponentFxTreeTableCell.getEditor(TableCellType<T> cellType) Gets the editor for this table cell.voidDefaultTableColumnConfiguration.setCellType(TableCellType<T> cellType) voidTableColumnConfiguration.setCellType(TableCellType<T> cellType) Sets the specific table cell type. -
Uses of TableCellType in org.tentackle.fx.table.type
Classes in org.tentackle.fx.table.type that implement TableCellTypeModifier and TypeClassDescriptionclassBase cell type for all date- and time-related types.classBase class of a table and treetable cell type.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.