Class DefaultTableColumnConfiguration<S,T>

java.lang.Object
org.tentackle.fx.table.DefaultTableColumnConfiguration<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>
Direct Known Subclasses:
RdcTableColumnConfiguration

public class DefaultTableColumnConfiguration<S,T> extends Object implements TableColumnConfiguration<S,T>
Default configuration for a table column.
Author:
harald