Uses of Class
com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
Packages that use UIInternals.JavaScriptInvocation
-
Uses of UIInternals.JavaScriptInvocation in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return UIInternals.JavaScriptInvocationModifier and TypeMethodDescriptionPendingJavaScriptInvocation.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.JavaScriptInvocationModifierConstructorDescriptionPendingJavaScriptInvocation
(StateNode owner, UIInternals.JavaScriptInvocation invocation) Creates a new pending invocation for the given owner node and invocation.