Class DefaultTableConfiguration<S>

java.lang.Object
org.tentackle.fx.table.DefaultTableConfiguration<S>
Type Parameters:
S - type of the objects contained within the table's items list
All Implemented Interfaces:
TableConfiguration<S>

public class DefaultTableConfiguration<S> extends Object implements TableConfiguration<S>
Default implementation of a table configuration.
Author:
harald
  • Constructor Details

    • DefaultTableConfiguration

      public DefaultTableConfiguration(S template, String name)
      Creates a configuration.
      Parameters:
      template - a template object
      name - the table's name, null if basename from effective class of template
    • DefaultTableConfiguration

      public DefaultTableConfiguration(Class<S> objectClass, String name)
      Creates a configuration.
      Parameters:
      objectClass - the object class
      name - the table's name, null if basename from effective class of template
  • Method Details