Interface FxTableBinder<S>

Type Parameters:
S - type of the objects contained within the table's items list
All Superinterfaces:
Binder, Comparable<Binder>
All Known Implementing Classes:
DefaultFxTableBinder

public interface FxTableBinder<S> extends Binder
The Binder that associates a table with object binding paths.
Author:
harald
  • Method Details

    • getBinding

      FxTableBinding<S,?> getBinding(String bindingPath)

      Overridden to cast.

      Specified by:
      getBinding in interface Binder
    • getTableConfiguration

      TableConfiguration<S> getTableConfiguration()
      Gets the table configuration.
      Returns:
      the config
    • getBoundColumns

      Collection<String> getBoundColumns()
      Gets the list of all bound column names.
      Returns:
      the list of bound columns
    • getUnboundColumns

      Collection<String> getUnboundColumns()
      Gets the list of all unbound column names.
      Returns:
      the list of unbound columns