- Data-Centric Applications with Vaadin 8
- Alejandro Duarte
- 46字
- 2021-08-27 18:40:15
Listeners and binders
Vaadin applications interact with the server through listeners and binders. Listeners allow you to handle user interaction, while binders allow you to keep values in input components (such as TextField) and domain objects (for example, a custom User class) in sync.