Index
All Classes and Interfaces|All Packages|Serialized Form
C
- com.flowingcode.vaadin.jsonmigration - package com.flowingcode.vaadin.jsonmigration
- convertToJsonValue(Object) - Static method in class com.flowingcode.vaadin.jsonmigration.JsonMigration
-
Converts a given Java object into a
JsonValue.
E
- ElementalPendingJavaScriptResult - Interface in com.flowingcode.vaadin.jsonmigration
-
A pending result from a JavaScript snippet sent to the browser for evaluation.
- executeJs(Element, String, Serializable...) - Static method in class com.flowingcode.vaadin.jsonmigration.JsonMigration
-
Asynchronously runs the given JavaScript expression in the browser in the context of this element.
G
- getEventData(DomEvent) - Static method in class com.flowingcode.vaadin.jsonmigration.JsonMigration
-
Gets additional data related to the event.
J
- JsonMigration - Class in com.flowingcode.vaadin.jsonmigration
-
Provides a compatibility layer for JSON handling to abstract away breaking changes introduced in Vaadin version 25.
- JsonMigration() - Constructor for class com.flowingcode.vaadin.jsonmigration.JsonMigration
S
- setPropertyJson(Element, String, JsonValue) - Static method in class com.flowingcode.vaadin.jsonmigration.JsonMigration
-
Sets a JSON-valued property on a given
Element, transparently handling version-specific method signatures.
T
- then(SerializableConsumer<JsonValue>) - Method in interface com.flowingcode.vaadin.jsonmigration.ElementalPendingJavaScriptResult
-
Adds an untyped handler that will be run for a successful execution.
- then(SerializableConsumer<JsonValue>, SerializableConsumer<String>) - Method in interface com.flowingcode.vaadin.jsonmigration.ElementalPendingJavaScriptResult
-
Adds an untyped handler that will be run for a successful execution and a handler that will be run for a failed execution.
- then(Class<T>, SerializableConsumer<T>) - Method in interface com.flowingcode.vaadin.jsonmigration.ElementalPendingJavaScriptResult
-
Adds a typed handler that will be run for a successful execution.
- then(Class<T>, SerializableConsumer<T>, SerializableConsumer<String>) - Method in interface com.flowingcode.vaadin.jsonmigration.ElementalPendingJavaScriptResult
-
Adds a typed handler that will be run for a successful execution and a handler that will be run for a failed execution.
- toCompletableFuture() - Method in interface com.flowingcode.vaadin.jsonmigration.ElementalPendingJavaScriptResult
-
Creates an untyped completable future that will be completed with the result of the execution.
- toCompletableFuture(Class<T>) - Method in interface com.flowingcode.vaadin.jsonmigration.ElementalPendingJavaScriptResult
-
Creates a typed completable future that will be completed with the result of the execution.
All Classes and Interfaces|All Packages|Serialized Form