Uses of Package
org.tentackle.fx.table
-
Packages that use org.tentackle.fx.table Package Description org.tentackle.fx Extended FX layer.org.tentackle.fx.bind Tentackle binding for FX.org.tentackle.fx.component Extended FX components.org.tentackle.fx.table FX table support.org.tentackle.fx.table.type FX table cell types. -
Classes in org.tentackle.fx.table used by org.tentackle.fx Class Description FxTableCell Extended table cell.TableColumnConfiguration Configuration for a table column.TableConfiguration Configuration for a table view.
The main purpose is to provide a single object to configure the table view. -
Classes in org.tentackle.fx.table used by org.tentackle.fx.bind Class Description TableColumnConfiguration Configuration for a table column.TableConfiguration Configuration for a table view.
The main purpose is to provide a single object to configure the table view. -
Classes in org.tentackle.fx.table used by org.tentackle.fx.component Class Description FxTableCell Extended table cell.TableConfiguration Configuration for a table view.
The main purpose is to provide a single object to configure the table view.TotalsTableView A table displaying the totals of another table.
Displays any number of rows (1 for totals, 3 for totals and min + max, for example).
The items must contain the total values. -
Classes in org.tentackle.fx.table used by org.tentackle.fx.table Class Description DefaultTableConfiguration Default implementation of a table configuration.FxTableCell Extended table cell.FxTableColumn An extended table column.
Holds the column configuration.TableCellType A table cell type.TableCellTypeFactory A factory forTableCellTypes.TableColumnConfiguration Configuration for a table column.TableConfiguration Configuration for a table view.
The main purpose is to provide a single object to configure the table view.TableConfiguration.BINDING Type of binding.TableConfiguration.EDITMODE Edit mode.TableConfigurationProvider Creates aTableConfiguration.TableConfigurationProviderFactory A factory forTableConfigurationProviders. -
Classes in org.tentackle.fx.table used by org.tentackle.fx.table.type Class Description FxTableCell Extended table cell.TableCellType A table cell type.TableCellTypeService Annotation to express that the annotated class is aTableCellType.