Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addStateChangeListener(String, TypeReference<T>, SerializableConsumer<T>) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Adds the specified listener for the state change event in the React adapter.
- addStateChangeListener(String, Class<T>, SerializableConsumer<T>) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Adds the specified listener for the state change event in the React adapter.
C
- com.vaadin.flow.component.react - package com.vaadin.flow.component.react
G
- getContentElement(String) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Get the Flow container element that is set up in React template for given name attribute.
- getState(String, TypeReference<T>) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Reads the state value from the React adapter.
- getState(String, Class<T>) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Reads the state value from the React adapter.
R
- ReactAdapterComponent - Class in com.vaadin.flow.component.react
-
An abstract implementation of an adapter for integrating with React components.
- ReactAdapterComponent() - Constructor for class com.vaadin.flow.component.react.ReactAdapterComponent
- ReactRouterOutlet - Class in com.vaadin.flow.component.react
-
Component used to create a React
Outletelement for binding a Hilla React view inside a Flow view. - ReactRouterOutlet() - Constructor for class com.vaadin.flow.component.react.ReactRouterOutlet
- readFromJson(JsonNode, TypeReference<T>) - Static method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Converts JsonValue into Java object of given type.
- readFromJson(JsonNode, Class<T>) - Static method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Converts JsonValue into Java object of given type.
- readFromJson(JsonValue, TypeReference<T>) - Static method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Deprecated.
- readFromJson(JsonValue, Class<T>) - Static method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Deprecated.
S
- setState(String, Object) - Method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Assigns new value for the state in the React adapter.
W
- writeAsJson(Object) - Static method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Deprecated.
- writeToJson(Object) - Static method in class com.vaadin.flow.component.react.ReactAdapterComponent
-
Converts Java object into JsonValue.
All Classes and Interfaces|All Packages|Serialized Form
ReactAdapterComponent.readFromJson(JsonNode, TypeReference)instead