Uses of Annotation Interface
com.vaadin.flow.component.ClientCallable
Packages that use ClientCallable
-
Uses of ClientCallable in com.vaadin.flow.component
Methods in com.vaadin.flow.component with annotations of type ClientCallableModifier and TypeMethodDescriptionvoidUI.connectClient(String clientElementTag, String clientElementId, String flowRoutePath, String flowRouteQuery, String appShellTitle, elemental.json.JsonValue historyState) Connect a client with the server side UI.voidUI.leaveNavigation(String route, String query) Check that the view can be leave. -
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.voidSynchronize method for client side to send property value updates to the server.