S - type of the objects contained within the table's items listpublic interface FormTableBinder<S> extends Binder
| Modifier and Type | Method and Description |
|---|---|
FormTableBinding |
getBinding(int mColumn)
Gets a binding by component.
|
FormTableBinding |
getBinding(String bindingPath) |
Integer[] |
getBoundColumns()
Gets the list of all bound components of the table..
|
BindableTableModel<S> |
getModel()
Gets the table model.
|
Integer[] |
getUnboundColumns()
Gets the list of all unbound components of the table.
|
FormTableBinding |
removeBinding(int mColumn)
Programmatically removes a binding from the table.
|
FormTableBinding |
removeBinding(String bindingPath) |
addBinding, addToModelListener, addToViewListener, addValidationListener, assertAllBound, bind, bindAllInherited, fireToModel, fireToView, fireValidated, getBindingProperty, getBindingProperty, getBindings, getInstanceNumber, getToModelListeners, getToViewListeners, getValidationListeners, getValidationScope, putBindingProperty, removeToModelListener, removeToViewListener, removeValidationListener, setValidationScope, unbindcompareToBindableTableModel<S> getModel()
FormTableBinding getBinding(int mColumn)
mColumn - the model columnFormTableBinding getBinding(String bindingPath)
Overridden to cast.
getBinding in interface BinderInteger[] getBoundColumns()
Integer[] getUnboundColumns()
FormTableBinding removeBinding(int mColumn)
mColumn - the model columnFormTableBinding removeBinding(String bindingPath)
Overridden to cast.
removeBinding in interface BinderTentackle - distributed, domain- and model-driven