Uses of Class
org.tentackle.fx.table.TableConfiguration.BINDING
-
Packages that use TableConfiguration.BINDING Package Description org.tentackle.fx.table FX table support. -
-
Uses of TableConfiguration.BINDING in org.tentackle.fx.table
Methods in org.tentackle.fx.table that return TableConfiguration.BINDING Modifier and Type Method Description TableConfiguration.BINDINGbinding()Gets the binding type.TableConfiguration.BINDINGDefaultTableConfiguration. getBindingType()TableConfiguration.BINDINGTableConfiguration. getBindingType()Gets the type of binding.static TableConfiguration.BINDINGTableConfiguration.BINDING. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TableConfiguration.BINDING[]TableConfiguration.BINDING. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tentackle.fx.table with parameters of type TableConfiguration.BINDING Modifier and Type Method Description voidDefaultTableConfiguration. setBindingType(TableConfiguration.BINDING bindingType)voidTableConfiguration. setBindingType(TableConfiguration.BINDING bindingType)Sets the type of binding.
-