Uses of Enum Class
org.tentackle.fx.table.TableConfiguration.BINDING
Packages that use TableConfiguration.BINDING
-
Uses of TableConfiguration.BINDING in org.tentackle.fx.table
Methods in org.tentackle.fx.table that return TableConfiguration.BINDINGModifier and TypeMethodDescriptionDefaultTableConfiguration.getBindingType()TableConfiguration.getBindingType()Gets the type of binding.static TableConfiguration.BINDINGReturns the enum constant of this class with the specified name.static TableConfiguration.BINDING[]TableConfiguration.BINDING.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tentackle.fx.table with parameters of type TableConfiguration.BINDINGModifier and TypeMethodDescriptionvoidDefaultTableConfiguration.setBindingType(TableConfiguration.BINDING bindingType) voidTableConfiguration.setBindingType(TableConfiguration.BINDING bindingType) Sets the type of binding.