Data-Centric Applications with Vaadin 8
上QQ阅读APP看书,第一时间看更新

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.