Package | Description |
---|---|
com.vaadin.flow.component.internal | |
com.vaadin.flow.component.page |
Modifier and Type | Class and Description |
---|---|
class |
PendingJavaScriptInvocation
A pending JavaScript result that can be sent to the client.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PendingJavaScriptResult
A pending result from a JavaScript snippet sent to the browser for
evaluation.
|
Modifier and Type | Method and Description |
---|---|
Page.ExecutionCanceler |
Page.executeJavaScript(String expression,
Serializable... parameters)
Deprecated.
Use
Page.executeJs(String,Serializable...) instead since
it also allows getting return value back. |
Copyright © 2020. All rights reserved.