Uses of Record Class
com.vaadin.flow.component.ai.chart.ChartState
Packages that use ChartState
-
Uses of ChartState in com.vaadin.flow.component.ai.chart
Methods in com.vaadin.flow.component.ai.chart that return ChartStateModifier and TypeMethodDescriptionChartAIController.getState()Returns the current chart state, including the SQL queries and configuration.Methods in com.vaadin.flow.component.ai.chart with parameters of type ChartStateModifier and TypeMethodDescriptionvoidChartAIController.restoreState(ChartState state) Restores a previously saved chart state.Method parameters in com.vaadin.flow.component.ai.chart with type arguments of type ChartStateModifier and TypeMethodDescriptionChartAIController.addStateChangeListener(SerializableConsumer<ChartState> listener) Adds a listener that is notified when the chart state changes after an AI request completes successfully.