-
- Type Parameters:
T- the type
- All Known Implementing Classes:
DefaultTableConfigurationProvider
public interface TableConfigurationProvider<T>Creates aTableConfiguration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableConfiguration<T>createTableConfiguration()Creates the table configuration.
-
-
-
Method Detail
-
createTableConfiguration
TableConfiguration<T> createTableConfiguration()
Creates the table configuration.- Returns:
- the table configuration
-
-