Uses of Interface
com.vaadin.flow.component.page.Page.ExecutionCanceler
-
Packages that use Page.ExecutionCanceler Package Description com.vaadin.flow.component.internal com.vaadin.flow.component.page -
-
Uses of Page.ExecutionCanceler in com.vaadin.flow.component.internal
Classes in com.vaadin.flow.component.internal that implement Page.ExecutionCanceler Modifier and Type Class Description classPendingJavaScriptInvocationA pending JavaScript result that can be sent to the client. -
Uses of Page.ExecutionCanceler in com.vaadin.flow.component.page
Subinterfaces of Page.ExecutionCanceler in com.vaadin.flow.component.page Modifier and Type Interface Description interfacePendingJavaScriptResultA pending result from a JavaScript snippet sent to the browser for evaluation.Methods in com.vaadin.flow.component.page that return Page.ExecutionCanceler Modifier and Type Method Description Page.ExecutionCancelerPage. executeJavaScript(String expression, Serializable... parameters)Deprecated.UsePage.executeJs(String,Serializable...)instead since it also allows getting return value back.
-