public static class UIInternals.JavaScriptInvocation extends Object implements Serializable
Page.executeJs(String, Serializable...)
invocation that has not
yet been sent to the client.Constructor and Description |
---|
JavaScriptInvocation(String expression,
Serializable... parameters)
Creates a new invocation.
|
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Gets the JavaScript expression to invoke.
|
List<Object> |
getParameters()
Gets the parameters to use when invoking the script.
|
public JavaScriptInvocation(String expression, Serializable... parameters)
expression
- the expression to invokeparameters
- a list of parameters to use when invoking the scriptCopyright © 2020. All rights reserved.