- Type Parameters:
S- type of the objects contained within the table's items list
- All Superinterfaces:
Binder,Comparable<Binder>
- All Known Implementing Classes:
DefaultFxTableBinder
The Binder that associates a table with object binding paths.
- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescriptionFxTableBinding<S,?> getBinding(String bindingPath) Gets the list of all bound column names.Gets the table configuration.Gets the list of all unbound column names.Methods inherited from interface org.tentackle.bind.Binder
addBinding, addToModelListener, addToViewListener, addValidationListener, assertAllBound, bind, bindAllInherited, fireToModel, fireToView, fireValidated, getBindingProperty, getBindingProperty, getBindings, getInstanceNumber, getToModelListeners, getToViewListeners, getValidationListeners, getValidationScope, putBindingProperty, removeBinding, removeToModelListener, removeToViewListener, removeValidationListener, setValidationScope, unbindMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getBinding
Overridden to cast.
- Specified by:
getBindingin interfaceBinder
-
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
-