Class RdcTableColumnConfiguration<S,T>

java.lang.Object
org.tentackle.fx.table.DefaultTableColumnConfiguration<S,T>
org.tentackle.fx.rdc.table.RdcTableColumnConfiguration<S,T>
Type Parameters:
S - type of the objects contained within the table's items list
T - type of the content in all cells in this column
All Implemented Interfaces:
TableColumnConfiguration<S,T>

public class RdcTableColumnConfiguration<S,T> extends DefaultTableColumnConfiguration<S,T>
PDO-aware configuration for a table column.