Uses of Interface
org.tentackle.fx.table.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
Modifier 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
Modifier and TypeMethodDescriptionDefaultFxTableBinder.getTableConfiguration()
FxTableBinder.getTableConfiguration()
Gets the table configuration.Modifier and TypeMethodDescription<S> FxTableBinder
<S> DefaultFxBindingFactory.createTableBinder
(TableConfiguration<S> tableConfiguration) <S> FxTableBinder
<S> FxBindingFactory.createTableBinder
(TableConfiguration<S> tableConfiguration) Creates a table binder.ModifierConstructorDescriptionDefaultFxTableBinder
(TableConfiguration<S> tableConfiguration) Creates a binder for a table. -
Uses of TableConfiguration in org.tentackle.fx.component
Modifier and TypeMethodDescriptionFxTableView.getConfiguration()
Gets the table configuration.FxTreeTableView.getConfiguration()
Gets the table configuration.Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected TableConfiguration
<AdminExtension.SessionData> SessionsView.createTableConfiguration()
Creates the table configuration. -
Uses of TableConfiguration in org.tentackle.fx.rdc.security
-
Uses of TableConfiguration in org.tentackle.fx.rdc.table
Modifier 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
Modifier and TypeClassDescriptionclass
Default implementation of a table configuration.Modifier 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.Modifier 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
Modifier 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.Modifier 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.