| Package | Description |
|---|---|
| com.vaadin.flow.component.webcomponent | |
| com.vaadin.flow.internal.nodefeature |
| Modifier and Type | Method and Description |
|---|---|
void |
WebComponentWrapper.disconnected()
A WebComponent disconnected from the dom will be scheduled for cleaning
if it doesn't get reconnected before times up.
|
void |
WebComponentWrapper.reconnect()
Cancel cleanup for a disconnected component.
|
void |
WebComponentWrapper.sync(String property,
elemental.json.JsonValue newValue)
Synchronize method for client side to send property value updates to the
server.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ClientCallable> |
ClientCallableHandlers.getHandlerAnnotation() |
Copyright © 2025. All rights reserved.