| Interface | Description |
|---|---|
| BinderContext |
Binder context which is passed to the
BindingStrategy instances
enabling them to delegate the creation of any child nodes. |
| BindingStrategy<T extends elemental.dom.Node> |
Binding strategy/factory for
StateNodes. |
| Class | Description |
|---|---|
| Binder |
Entry point for binding Node to state nodes.
|
| Debouncer |
Manages debouncing of events.
|
| ServerEventHandlerBinder |
Binds and updates server object able to send notifications to the server.
|
| ServerEventObject |
A representation of a server object able to send notifications to the server.
|
| SimpleElementBindingStrategy |
Binding strategy for a simple (not template)
Element node. |
| TextBindingStrategy |
Binding strategy for simple (not template) text
Node. |
Copyright © 2000–2020 Vaadin Ltd. All rights reserved.