Uses of Annotation Interface
com.vaadin.flow.component.ClientCallable
Packages that use ClientCallable
-
Uses of ClientCallable in com.vaadin.flow.component.webcomponent
Methods in com.vaadin.flow.component.webcomponent with annotations of type ClientCallableModifier and TypeMethodDescriptionvoid
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
Synchronize method for client side to send property value updates to the server.