Uses of Class
com.vaadin.flow.component.internal.PendingJavaScriptInvocation
-
Packages that use PendingJavaScriptInvocation Package Description com.vaadin.flow.component.internal -
-
Uses of PendingJavaScriptInvocation in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return types with arguments of type PendingJavaScriptInvocation Modifier and Type Method Description List<PendingJavaScriptInvocation>
UIInternals. dumpPendingJavaScriptInvocations()
Gets all the pending JavaScript invocations and clears the queue.Methods in com.vaadin.flow.component.internal with parameters of type PendingJavaScriptInvocation Modifier and Type Method Description void
UIInternals. addJavaScriptInvocation(PendingJavaScriptInvocation invocation)
Adds a JavaScript invocation to be sent to the client.
-