Uses of Interface
com.vaadin.flow.function.SerializableRunnable
-
Packages that use SerializableRunnable Package Description com.vaadin.flow.component com.vaadin.flow.dom -
-
Uses of SerializableRunnable in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return SerializableRunnable Modifier and Type Method Description SerializableRunnableUI. 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 SerializableRunnable Modifier and Type Method 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.SerializableRunnableUI. 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.dom
Methods in com.vaadin.flow.dom with parameters of type SerializableRunnable Modifier and Type Method Description default DomListenerRegistrationDomListenerRegistration. onUnregister(SerializableRunnable unregisterHandler)Adds a handler that will be run when this registration is removed.
-