public final class Binder extends Object
This is the only public API class for external use.
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(StateNode stateNode,
elemental.dom.Node domNode)
Bind the
domNode to the stateNode. |
public static void bind(StateNode stateNode, elemental.dom.Node domNode)
domNode to the stateNode.stateNode - the state nodedomNode - the DOM node to bind, not nullCopyright © 2000–2026 Vaadin Ltd. All rights reserved.