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 Details

    • bind

      public static void bind(StateNode stateNode, elemental.dom.Node domNode)
      Bind the domNode to the stateNode.
      Parameters:
      stateNode - the state node
      domNode - the DOM node to bind, not null