Uses of Interface
org.tentackle.fx.table.TableConfiguration
Packages that use TableConfiguration
Package
Description
Extended FX layer.
Tentackle binding for FX.
Extended FX components.
FX table support.
FX value translators.
-
Uses of TableConfiguration in org.tentackle.fx
Methods in org.tentackle.fx that return TableConfigurationModifier and TypeMethodDescription<S> TableConfiguration<S>DefaultFxFactory.createTableConfiguration(Class<S> objectClass, String name) <S> TableConfiguration<S>DefaultFxFactory.createTableConfiguration(S template, String name) <S> TableConfiguration<S>FxFactory.createTableConfiguration(Class<S> objectClass, String name) Creates an empty configuration for a class.<S> TableConfiguration<S>FxFactory.createTableConfiguration(S template, String name) Creates an empty configuration from a template object. -
Uses of TableConfiguration in org.tentackle.fx.bind
Methods in org.tentackle.fx.bind that return TableConfigurationModifier and TypeMethodDescriptionDefaultFxTableBinder.getTableConfiguration()FxTableBinder.getTableConfiguration()Gets the table configuration.Methods in org.tentackle.fx.bind with parameters of type TableConfigurationModifier and TypeMethodDescription<S> FxTableBinder<S>DefaultFxBindingFactory.createTableBinder(TableConfiguration<S> tableConfiguration) <S> FxTableBinder<S>FxBindingFactory.createTableBinder(TableConfiguration<S> tableConfiguration) Creates a table binder.Constructors in org.tentackle.fx.bind with parameters of type TableConfigurationModifierConstructorDescriptionDefaultFxTableBinder(TableConfiguration<S> tableConfiguration) Creates a binder for a table. -
Uses of TableConfiguration in org.tentackle.fx.component
Methods in org.tentackle.fx.component that return TableConfigurationModifier and TypeMethodDescriptionFxTableView.getConfiguration()Gets the table configuration.FxTreeTableView.getConfiguration()Gets the table configuration.Methods in org.tentackle.fx.component with parameters of type TableConfigurationModifier and TypeMethodDescriptionvoidFxTableView.setConfiguration(TableConfiguration<S> configuration) Sets the table configuration.voidFxTreeTableView.setConfiguration(TableConfiguration<S> configuration) Sets the table configuration. -
Uses of TableConfiguration in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement TableConfigurationModifier and TypeClassDescriptionclassDefault implementation of a table configuration.Methods in org.tentackle.fx.table that return TableConfigurationModifier and TypeMethodDescriptionprotected final TableConfiguration<T>DefaultTableConfigurationProvider.createEmptyTableConfiguration()Creates only the instance of a table configuration w/o column configs.
Override this method to create application-specific implementations.protected TableConfiguration<T>DefaultTableConfigurationProvider.createEmptyTableConfiguration(String name) Creates only the instance of a table configuration w/o column configs.
Override this method to create application-specific implementations.DefaultTableConfigurationProvider.createTableConfiguration()Creates the table configuration.
The default implementation adds all bindable elements and invokesDefaultTableConfigurationProvider.addBindableColumns(TableConfiguration, String...)without optional components.TableConfigurationProvider.createTableConfiguration()Creates the table configuration.TableColumnConfiguration.getTableConfiguration()Gets the table configuration.Methods in org.tentackle.fx.table with parameters of type TableConfigurationModifier and TypeMethodDescriptionprotected voidDefaultTableConfigurationProvider.addBindableColumns(TableConfiguration<T> configuration, String... components) Adds all bindable columns.
Override this method to specify the optional components.protected voidDefaultTableConfigurationProvider.addBindableColumns(TableConfiguration<T> configuration, String columnPrefix, String displayPrefix, Class<?> clazz, String... components) Recursively adds all bindable columns including components. -
Uses of TableConfiguration in org.tentackle.fx.translate
Methods in org.tentackle.fx.translate that return TableConfigurationModifier and TypeMethodDescriptionprotected TableConfiguration<T>ObservableListTranslator.createTableConfiguration(TableConfigurationProvider<T> provider) Creates the table configuration and performs the binding.protected TableConfiguration<T>CollectionTreeItemTranslator.getTableConfiguration()Gets the table configuration.protected TableConfiguration<T>TreeItemTranslator.getTableConfiguration()Gets the table configuration.Methods in org.tentackle.fx.translate with parameters of type TableConfigurationModifier and TypeMethodDescriptionprotected voidCollectionTreeItemTranslator.configureTreeTableView(FxTreeTableView<T> treeTableView, TableConfiguration<T> configuration) Configures the treetableview.protected voidTreeItemTranslator.configureTreeTableView(FxTreeTableView<T> treeTableView, TableConfiguration<T> configuration) Configures the treetable view.