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 item 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.
The setters follow a fluent API style, i.e., they return the current instance.
Author:
harald