Package com.vaadin.client.flow.binding
Class Binder
- java.lang.Object
-
- com.vaadin.client.flow.binding.Binder
-
public final class Binder extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidbind(StateNode stateNode, elemental.dom.Node domNode)Bind thedomNodeto thestateNode.
-
-
-
Method Detail
-
bind
public static void bind(StateNode stateNode, elemental.dom.Node domNode)
Bind thedomNodeto thestateNode.- Parameters:
stateNode- the state nodedomNode- the DOM node to bind, notnull
-
-