Module org.tentackle.fx
Package org.tentackle.fx.table
Class DefaultTableConfigurationProviderFactory
- java.lang.Object
-
- org.tentackle.fx.table.DefaultTableConfigurationProviderFactory
-
- All Implemented Interfaces:
TableConfigurationProviderFactory
@Service(TableConfigurationProviderFactory.class) public class DefaultTableConfigurationProviderFactory extends java.lang.Object implements TableConfigurationProviderFactory
The default table configuration provider factory.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description DefaultTableConfigurationProviderFactory()Creates the factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TableConfigurationProvider<T>createTableConfigurationProvider(java.lang.Class<T> clazz)Creates a table configuration provider for a given class.
-
-
-
Method Detail
-
createTableConfigurationProvider
public <T> TableConfigurationProvider<T> createTableConfigurationProvider(java.lang.Class<T> clazz)
Description copied from interface:TableConfigurationProviderFactoryCreates a table configuration provider for a given class.- Specified by:
createTableConfigurationProviderin interfaceTableConfigurationProviderFactory- Type Parameters:
T- the type- Parameters:
clazz- the class- Returns:
- the provider, null if none
-
-