| Package | Description |
|---|---|
| com.vaadin.client.flow.binding |
| Modifier and Type | Method and Description |
|---|---|
static ServerEventObject |
ServerEventObject.get(elemental.dom.Element element)
Gets or creates
element.$server for the given element. |
| Modifier and Type | Method and Description |
|---|---|
static elemental.events.EventRemover |
ServerEventHandlerBinder.bindServerEventHandlerNames(Supplier<ServerEventObject> objectProvider,
StateNode node,
int featureId)
Registers all the server event handler names found in the feature with
the
featureId in the ServerEventObject object. |
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.