| Package | Description |
|---|---|
| com.vaadin.flow.component | |
| com.vaadin.flow.dom |
| Modifier and Type | Method and Description |
|---|---|
SerializableRunnable |
UI.accessLater(SerializableRunnable accessTask,
SerializableRunnable detachHandler)
Wraps the given access task as a runnable that runs the given task with
this UI locked.
|
| Modifier and Type | Method and Description |
|---|---|
<T> SerializableConsumer<T> |
UI.accessLater(SerializableConsumer<T> accessTask,
SerializableRunnable detachHandler)
Wraps the given access task as a consumer that passes a value to the
given task with this UI locked.
|
SerializableRunnable |
UI.accessLater(SerializableRunnable accessTask,
SerializableRunnable detachHandler)
Wraps the given access task as a runnable that runs the given task with
this UI locked.
|
| Modifier and Type | Method and Description |
|---|---|
default DomListenerRegistration |
DomListenerRegistration.onUnregister(SerializableRunnable unregisterHandler)
Adds a handler that will be run when this registration is removed.
|
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.