Uses of Class
com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
-
Packages that use UIInternals.JavaScriptInvocation Package Description com.vaadin.flow.component.internal -
-
Uses of UIInternals.JavaScriptInvocation in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return UIInternals.JavaScriptInvocation Modifier and Type Method Description UIInternals.JavaScriptInvocation
PendingJavaScriptInvocation. getInvocation()
Gets the underlying JavaScript invocation that this pending invocation is based on.Constructors in com.vaadin.flow.component.internal with parameters of type UIInternals.JavaScriptInvocation Constructor Description PendingJavaScriptInvocation(StateNode owner, UIInternals.JavaScriptInvocation invocation)
Creates a new pending invocation for the given owner node and invocation.
-