Class RdcTableConfiguration<S>

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

public class RdcTableConfiguration<S> extends DefaultTableConfiguration<S>
PDO-aware table configuration.
  • Constructor Details

    • RdcTableConfiguration

      public RdcTableConfiguration(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
    • RdcTableConfiguration

      public RdcTableConfiguration(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