Interface TableConfigurationProvider<T>

Type Parameters:
T - the type
All Known Implementing Classes:
DefaultTableConfigurationProvider

public interface TableConfigurationProvider<T>
  • Method Details

    • createTableConfiguration

      TableConfiguration<T> createTableConfiguration()
      Creates the table configuration.
      Returns:
      the table configuration