FieldBinder - Vaadin Add-on Directory
FieldBinder is a single field binding buffer, a little sibling to Binder with similar API# FieldBinder Add-on for Vaadin 8 & 10+
FieldBinder is a little sibling of Binder for special case of single
field bindings. FieldBinder enables to use same Converters, Validators and
similar API to Binder with single field binding.
FieldBinder connects one Field component with value with one direction binding.
A binder is a binding, representing the mapping of a single field,
through converters and validators, and acts as a buffer for bound value.
A binder instance can be bound to a single value and field instance at a time,
but can be rebound as needed.
This add-on does not have client side implementation, widgetset compilation
is not needed.
Issue trackerSource Code
Source Code (Vaadin 14)
FieldBinder version 0.1.0
### Version 0.10
- Initial release, feedback welcome
FieldBinder version 0.2.0
### Version 0.2.0
- Added FieldBinder.of(..) short hand.
FieldBinder version 2.0.0
### Version 2.0.0
- Migrated the add-on for Vaadin 14 (works probably also with 10-13)