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 rich desktop client API.
Security rules editing.
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 TypeMethodDescriptionvoid
FxTableView.setConfiguration
(TableConfiguration<S> configuration) Sets the table configuration.void
FxTreeTableView.setConfiguration
(TableConfiguration<S> configuration) Sets the table configuration. -
Uses of TableConfiguration in org.tentackle.fx.rdc
Methods in org.tentackle.fx.rdc that return TableConfigurationModifier and TypeMethodDescriptionprotected final TableConfiguration
<T> DefaultGuiProvider.createEmptyTableConfiguration()
Creates an empty table configuration.
Utility method for subclasses ofDefaultGuiProvider
.protected TableConfiguration
<T> DefaultGuiProvider.createEmptyTableConfiguration
(String name) Creates an empty table configuration.
Utility method for subclasses ofDefaultGuiProvider
.DefaultGuiProvider.createTableConfiguration()
Creates the table configuration.<S> TableConfiguration
<S> RdcFxFactory.createTableConfiguration
(Class<S> objectClass, String name) <S> TableConfiguration
<S> RdcFxFactory.createTableConfiguration
(S template, String name) -
Uses of TableConfiguration in org.tentackle.fx.rdc.admin
Methods in org.tentackle.fx.rdc.admin that return TableConfigurationModifier and TypeMethodDescriptionprotected TableConfiguration
<AdminExtension.SessionData> SessionsView.createTableConfiguration()
Creates the table configuration. -
Uses of TableConfiguration in org.tentackle.fx.rdc.security
Methods in org.tentackle.fx.rdc.security that return TableConfiguration -
Uses of TableConfiguration in org.tentackle.fx.rdc.table
Classes in org.tentackle.fx.rdc.table that implement TableConfigurationMethods in org.tentackle.fx.rdc.table that return TableConfigurationModifier and TypeMethodDescription<T extends PersistentDomainObject<T>>
TableConfiguration<T> TableUtilities.createTableConfiguration
(Class<T> pdoClass, ResourceBundle bundle) Creates a default table configuration for a given PDO class.
Each attribute getter (annotated withPersistent
) gets its own column, except the default attributes fromPersistentObject
and object ids for object relations. -
Uses of TableConfiguration in org.tentackle.fx.table
Classes in org.tentackle.fx.table that implement TableConfigurationModifier and TypeClassDescriptionclass
Default 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 void
DefaultTableConfigurationProvider.addBindableColumns
(TableConfiguration<T> configuration, String... components) Adds all bindable columns.
Override this method to specify the optional components.protected void
DefaultTableConfigurationProvider.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 void
CollectionTreeItemTranslator.configureTreeTableView
(FxTreeTableView<T> treeTableView, TableConfiguration<T> configuration) Configures the treetableview.protected void
TreeItemTranslator.configureTreeTableView
(FxTreeTableView<T> treeTableView, TableConfiguration<T> configuration) Configures the treetable view.