Uses of Interface
org.tentackle.fx.bind.FxTableBinder
Packages that use FxTableBinder
Package
Description
Tentackle binding for FX.
FX table support.
-
Uses of FxTableBinder in org.tentackle.fx.bind
Classes in org.tentackle.fx.bind that implement FxTableBinderMethods in org.tentackle.fx.bind that return FxTableBinderModifier and TypeMethodDescription<S> FxTableBinder<S>DefaultFxBindingFactory.createTableBinder(TableConfiguration<S> tableConfiguration) <S> FxTableBinder<S>FxBindingFactory.createTableBinder(TableConfiguration<S> tableConfiguration) Creates a table binder.DefaultFxTableBinding.getBinder()FxTableBinding.getBinder()Methods in org.tentackle.fx.bind with parameters of type FxTableBinderModifier and TypeMethodDescription<S,T> FxTableBinding<S, T> DefaultFxBindingFactory.createTableBinding(FxTableBinder<S> binder, BindingMember[] parents, BindingMember member, TableColumnConfiguration<S, T> columnConfig, String columnOptions) <S,T> FxTableBinding<S, T> FxBindingFactory.createTableBinding(FxTableBinder<S> binder, BindingMember[] parents, BindingMember member, TableColumnConfiguration<S, T> columnConfig, String columnOptions) Creates a table binding.Constructors in org.tentackle.fx.bind with parameters of type FxTableBinderModifierConstructorDescriptionDefaultFxTableBinding(FxTableBinder<S> binder, BindingMember[] parents, BindingMember member, TableColumnConfiguration<S, T> columnConfiguration, String columnOptions) Creates a binding. -
Uses of FxTableBinder in org.tentackle.fx.table
Methods in org.tentackle.fx.table that return FxTableBinderModifier and TypeMethodDescriptionDefaultTableConfiguration.getBinder()TableConfiguration.getBinder()Gets the table binder.
Don't mix up the table's binder with the FxController's binder! The table binder is responsible to bind the cells to the model, whereas the controller binder binds the data list to the table.
As a consequence, binding properties such as the DomainContext, if necessary for cell editors, must be applied to the table binder!