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 TypeMethodDescriptionvoidWebComponentWrapper.disconnected()A WebComponent disconnected from the dom will be scheduled for cleaning if it doesn't get reconnected before times up.voidWebComponentWrapper.reconnect()Cancel cleanup for a disconnected component.voidWebComponentWrapper.sync(String property, com.fasterxml.jackson.databind.node.BaseJsonNode newValue) Synchronize method for client side to send property value updates to the server.