Uses of Interface
com.vaadin.flow.function.SerializableRunnable
Packages that use SerializableRunnable
Package
Description
-
Uses of SerializableRunnable in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return SerializableRunnableModifier and TypeMethodDescriptionUI.accessLater
(SerializableRunnable accessTask, SerializableRunnable detachHandler) Wraps the given access task as a runnable that runs the given task with this UI locked.
Methods in com.vaadin.flow.component with parameters of type SerializableRunnableModifier and TypeMethodDescription<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.
UI.accessLater
(SerializableRunnable accessTask, SerializableRunnable detachHandler) Wraps the given access task as a runnable that runs the given task with this UI locked.
-
Uses of SerializableRunnable in com.vaadin.flow.component.grid
Constructors in com.vaadin.flow.component.grid with parameters of type SerializableRunnableModifierConstructorDescriptionGridSelectionColumn
(SerializableRunnable selectAllCallback, SerializableRunnable deselectAllCallback) Constructs a new grid selection column configured to use the given callbacks whenever the select all checkbox is toggled on the client side.
-
Uses of SerializableRunnable in com.vaadin.flow.dom
Methods in com.vaadin.flow.dom with parameters of type SerializableRunnableModifier and TypeMethodDescriptiondefault DomListenerRegistration
DomListenerRegistration.onUnregister
(SerializableRunnable unregisterHandler) Adds a handler that will be run when this registration is removed.