Class 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 Detail

      • 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