Package com.vaadin.client.flow.binding
Class Binder
java.lang.Object
com.vaadin.client.flow.binding.Binder
Entry point for binding Node to state nodes.
This is the only public API class for external use.
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Method Summary
-
Method Details
-
bind
Bind thedomNodeto thestateNode.- Parameters:
stateNode- the state nodedomNode- the DOM node to bind, notnull
-