Index

A C G R S W 
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

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
 
readFromJson(JsonValue, TypeReference<T>) - Static method in class com.vaadin.flow.component.react.ReactAdapterComponent
Converts JsonValue into Java object of given type.
readFromJson(JsonValue, Class<T>) - Static method in class com.vaadin.flow.component.react.ReactAdapterComponent
Converts JsonValue into Java object of given type.

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
Converts Java object into JsonValue.
A C G R S W 
All Classes and Interfaces|All Packages|Serialized Form