We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.internal.
Class UIInternals.JavaScriptInvocation
java.lang.Object
com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
All Implemented Interfaces:
Enclosing class:
A Page.executeJs(String, Serializable...)
invocation that has not
yet been sent to the client.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavaScriptInvocation
(String expression, Serializable... parameters) Creates a new invocation.
-
Method Summary
Modifier and TypeMethodDescriptionGets the JavaScript expression to invoke.
Gets the parameters to use when invoking the script.
-
Constructor Details
-
JavaScriptInvocation
Creates a new invocation.
Parameters:
expression
- the expression to invokeparameters
- a list of parameters to use when invoking the script
-
-
Method Details
-
getExpression
Gets the JavaScript expression to invoke.
Returns:
the JavaScript expression
-
getParameters
Gets the parameters to use when invoking the script.
Returns:
a list of parameters to use
-