Module org.tentackle.fx
Package org.tentackle.fx.table
FX table support.
-
Interface Summary Interface Description TableCellType<T> A table cell type.TableCellTypeFactory A factory forTableCellTypes.TableColumnConfiguration<S,T> Configuration for a table column.TableConfiguration<S> Configuration for a table view.
The main purpose is to provide a single object to configure the table view.TableConfigurationProvider<T> Creates aTableConfiguration.TableConfigurationProviderFactory A factory forTableConfigurationProviders. -
Class Summary Class Description DefaultTableCellTypeFactory The default GUI provider factory.DefaultTableColumnConfiguration<S,T> Default configuration for a table column.DefaultTableConfiguration<S> Default implementation of a table configuration.DefaultTableConfigurationProvider<T> Base implementation of aTableConfigurationProvider.DefaultTableConfigurationProviderFactory The default table configuration provider factory.FxTableCell<S,T> Extended table cell.FxTableColumn<S,T> An extended table column.
Holds the column configuration.TotalsTableView<S> 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. -
Enum Summary Enum Description TableConfiguration.BINDING Type of binding.TableConfiguration.EDITMODE Edit mode. -
Annotation Types Summary Annotation Type Description TableCellTypeService Annotation to express that the annotated class is aTableCellType.TableConfigurationProviderService Annotation to express that the annotated class is aTableConfigurationProvider.