Uses of Class
org.tentackle.fx.table.DefaultTableConfiguration
-
Packages that use DefaultTableConfiguration Package Description org.tentackle.fx.table FX table support. -
-
Uses of DefaultTableConfiguration in org.tentackle.fx.table
Methods in org.tentackle.fx.table that return DefaultTableConfiguration Modifier and Type Method Description DefaultTableConfiguration<S>DefaultTableColumnConfiguration. getTableConfiguration()Constructors in org.tentackle.fx.table with parameters of type DefaultTableConfiguration Constructor Description DefaultTableColumnConfiguration(DefaultTableConfiguration<S> tableConfiguration, java.lang.String name, java.lang.String displayedName)Create a column config.
-