Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addFieldValueChangeListener(FieldValueChangeListener) - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Registers a listener that is invoked once per field whose value changed during a successful AI turn.
- addStateChangeListener(SerializableConsumer<ChartState>) - Method in class com.vaadin.flow.component.ai.chart.ChartAIController
-
Adds a listener that is notified when the chart state changes after an AI request completes successfully.
- addStateChangeListener(SerializableConsumer<GridState>) - Method in class com.vaadin.flow.component.ai.grid.GridAIController
-
Adds a listener that is notified when the grid state changes after an AI request completes successfully.
- AIDataRow - Class in com.vaadin.flow.component.ai.grid
-
Represents a single row of data in an AI-managed grid.
- AIExtensionsLicense - Class in com.vaadin.flow.component.ai.extensions
-
Development-mode license check for the Vaadin AI Extensions product, called from the constructors of the controllers and from the tool factories in this module.
- ALIGN - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- ALPHA - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- ANIMATION - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
B
- BACK - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- BACKGROUND_COLOR - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- BETA - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- BORDER_COLOR - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- BORDER_RADIUS - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- BORDER_WIDTH - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- BOTTOM - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
C
- CATEGORIES - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- CENTER - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- CHART - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- ChartAIController - Class in com.vaadin.flow.component.ai.chart
-
AI controller for creating interactive chart visualizations from database data.
- ChartAIController(Chart, DatabaseProvider) - Constructor for class com.vaadin.flow.component.ai.chart.ChartAIController
-
Creates a new AI chart controller.
- ChartAITools - Class in com.vaadin.flow.component.ai.chart
-
Factory for creating reusable chart
LLMProvider.ToolSpecinstances. - ChartAITools.Callbacks - Interface in com.vaadin.flow.component.ai.chart
-
Callback interface that chart tool consumers must implement to provide chart state access and mutation operations.
- ChartConfigurationParser - Class in com.vaadin.flow.component.ai.chart
-
Parses a Highcharts JSON configuration string into a Vaadin
Configurationobject. - ChartRenderer - Class in com.vaadin.flow.component.ai.chart
-
Stateless utility for rendering chart data from SQL queries.
- ChartState - Record Class in com.vaadin.flow.component.ai.chart
-
Serializable chart state for persistence across sessions.
- ChartState(List<String>, Configuration) - Constructor for record class com.vaadin.flow.component.ai.chart.ChartState
-
Creates a new state instance.
- check() - Static method in class com.vaadin.flow.component.ai.extensions.AIExtensionsLicense
-
Checks the license, unless the application runs in production mode or no Vaadin service is available.
- CLOSE - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- COLOR - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- COLOR - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- COLOR_AXIS - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- COLOR_VALUE - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- ColumnNames - Class in com.vaadin.flow.component.ai.chart
-
Column name constants used by
DefaultDataConverterfor pattern matching. - com.vaadin.flow.component.ai.chart - package com.vaadin.flow.component.ai.chart
- com.vaadin.flow.component.ai.extensions - package com.vaadin.flow.component.ai.extensions
- com.vaadin.flow.component.ai.form - package com.vaadin.flow.component.ai.form
- com.vaadin.flow.component.ai.grid - package com.vaadin.flow.component.ai.grid
- COMPLETED - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- configuration() - Method in record class com.vaadin.flow.component.ai.chart.ChartState
-
Returns the value of the
configurationrecord component. - ConfigurationKeys - Class in com.vaadin.flow.component.ai.chart
-
Highcharts configuration property key constants used by
ChartConfigurationParserand referenced in theChartAITools.updateChartConfiguration(com.vaadin.flow.component.ai.chart.ChartAITools.Callbacks)tool parameter schema. - convertToSeries(List<Map<String, Object>>) - Method in interface com.vaadin.flow.component.ai.chart.DataConverter
-
Converts tabular data into one or more chart series.
- convertToSeries(List<Map<String, Object>>) - Method in class com.vaadin.flow.component.ai.chart.DefaultDataConverter
- createAll(ChartAITools.Callbacks) - Static method in class com.vaadin.flow.component.ai.chart.ChartAITools
-
Creates all chart tools for the given callbacks.
- createAll(GridAITools.Callbacks) - Static method in class com.vaadin.flow.component.ai.grid.GridAITools
-
Creates all grid tools for the given callbacks.
- CREDITS - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
D
- DataConverter - Interface in com.vaadin.flow.component.ai.chart
-
Converts tabular data into chart
Seriesfor rendering. - DefaultDataConverter - Class in com.vaadin.flow.component.ai.chart
-
Default implementation of
DataConverterthat handles common data conversion patterns for various chart types. - DefaultDataConverter() - Constructor for class com.vaadin.flow.component.ai.chart.DefaultDataConverter
- DEPENDENCY - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- DEPTH - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- describeField(HasValue<?, ?>, String) - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Adds a free-form description that the LLM sees alongside the field when deciding what to fill in.
- DESCRIPTION - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
E
- ENABLED - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- END - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- END_ANGLE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- equals(Object) - Method in record class com.vaadin.flow.component.ai.chart.ChartState
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.vaadin.flow.component.ai.grid.GridState
-
Indicates whether some other object is "equal to" this one.
F
- FieldMarkerI18n - Class in com.vaadin.flow.component.ai.form
-
The texts shown by the marker the
FormAIControllerapplies to the fields the AI filled: the "AI" badge, its tooltip, and the popover that explains the AI fill and offers a revert control. - FieldMarkerI18n() - Constructor for class com.vaadin.flow.component.ai.form.FieldMarkerI18n
- FieldValueChangeEvent - Class in com.vaadin.flow.component.ai.form
-
Fired by
FormAIControlleronce per field whose value changed during a successful AI turn — either written by the LLM or by a cascade. - FieldValueChangeListener - Interface in com.vaadin.flow.component.ai.form
-
Listener for
FieldValueChangeEvents fired by aFormAIControllerafter a successful AI turn. - fieldValueOptions(ValueOptions<V>) - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Registers a known set of items for a field.
- forField(HasValue<?, V>) - Static method in class com.vaadin.flow.component.ai.form.ValueOptions
-
Starts an options registration for a single-value field.
- forField(MultiSelect<C, T>) - Static method in class com.vaadin.flow.component.ai.form.ValueOptions
-
Starts an options registration for a multi-select field.
- FormAIController - Class in com.vaadin.flow.component.ai.form
-
Populates a layout's fields with values an LLM extracts from a user prompt or attached files.
- FormAIController(T) - Constructor for class com.vaadin.flow.component.ai.form.FormAIController
-
Creates a new form AI controller for the given container.
- FormAIController(T, Binder<?>) - Constructor for class com.vaadin.flow.component.ai.form.FormAIController
-
Creates a new form AI controller for the given container and binder.
- FRAME - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- FROM - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
G
- getBadgeLabel() - Method in class com.vaadin.flow.component.ai.form.FieldMarkerI18n
-
Gets the accessible label of the badge button and the popover dialog.
- getBadgeTooltip() - Method in class com.vaadin.flow.component.ai.form.FieldMarkerI18n
-
Gets the tooltip text of the badge button.
- getChartIds() - Method in interface com.vaadin.flow.component.ai.chart.ChartAITools.Callbacks
-
Returns the set of available chart IDs.
- getField() - Method in class com.vaadin.flow.component.ai.form.FieldValueChangeEvent
-
Returns the field whose value changed during this turn.
- getFieldMarkerI18n() - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Returns the texts shown by the AI field marker.
- getGridIds() - Method in interface com.vaadin.flow.component.ai.grid.GridAITools.Callbacks
-
Returns the set of available grid IDs.
- getMessage() - Method in class com.vaadin.flow.component.ai.form.FieldMarkerI18n
-
Gets the message shown in the popover explaining the AI fill.
- getNewValue() - Method in class com.vaadin.flow.component.ai.form.FieldValueChangeEvent
-
Returns the field's value at the end of the turn, after the LLM's writes and any cascading value-change listeners have settled.
- getOldValue() - Method in class com.vaadin.flow.component.ai.form.FieldValueChangeEvent
-
Returns the field's value at the start of the turn, before the LLM ran.
- getRevert() - Method in class com.vaadin.flow.component.ai.form.FieldMarkerI18n
-
Gets the label of the revert control in the popover.
- getSource() - Method in class com.vaadin.flow.component.ai.form.FieldValueChangeEvent
-
Returns the controller that produced this event.
- getState() - Method in class com.vaadin.flow.component.ai.chart.ChartAIController
-
Returns the current chart state, including the SQL queries and configuration.
- getState() - Method in class com.vaadin.flow.component.ai.grid.GridAIController
-
Returns the current grid state for persistence, or
nullif no data has been loaded yet. - getState(String) - Method in interface com.vaadin.flow.component.ai.chart.ChartAITools.Callbacks
-
Returns the current state of a chart including its Highcharts configuration and SQL queries.
- getState(String) - Method in interface com.vaadin.flow.component.ai.grid.GridAITools.Callbacks
-
Returns the current state of a grid as a JSON string.
- getTools() - Method in class com.vaadin.flow.component.ai.chart.ChartAIController
- getTools() - Method in class com.vaadin.flow.component.ai.form.FormAIController
- getTools() - Method in class com.vaadin.flow.component.ai.grid.GridAIController
- GridAIController - Class in com.vaadin.flow.component.ai.grid
-
AI controller for populating a
Grid<AIDataRow>with database data via LLM tool calls. - GridAIController(Grid<AIDataRow>, DatabaseProvider) - Constructor for class com.vaadin.flow.component.ai.grid.GridAIController
-
Creates a new grid AI controller.
- GridAITools - Class in com.vaadin.flow.component.ai.grid
-
Factory for creating reusable grid
LLMProvider.ToolSpecinstances. - GridAITools.Callbacks - Interface in com.vaadin.flow.component.ai.grid
-
Callback interface for grid state access and mutation.
- GridRenderer - Class in com.vaadin.flow.component.ai.grid
-
Stateless utility for rendering grid data from SQL queries.
- GridState - Record Class in com.vaadin.flow.component.ai.grid
-
Serializable grid state for persistence across sessions.
- GridState(String) - Constructor for record class com.vaadin.flow.component.ai.grid.GridState
-
Creates an instance of a
GridStaterecord class.
H
- hashCode() - Method in record class com.vaadin.flow.component.ai.chart.ChartState
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.vaadin.flow.component.ai.grid.GridState
-
Returns a hash code value for this object.
- HEADER_FORMAT - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- HEIGHT - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- HIGH - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- HREF - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
I
- ID - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- ignoreField(HasValue<?, ?>) - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Hides the given field from the LLM.
- IMAGE - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- INVERTED - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- isFieldMarkerEnabled() - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Returns whether fields changed by the AI are marked automatically at the end of a turn.
- isFieldValuesHidden() - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Returns whether field values are hidden in the form state sent to the LLM.
- itemLabelGenerator(ItemLabelGenerator<V>) - Method in class com.vaadin.flow.component.ai.form.ValueOptions
-
Sets the item-to-label function the controller uses to derive the LLM-facing label for each item.
L
- LABEL - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- LAYOUT - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- LEGEND - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- LOW - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
M
- main(String[]) - Static method in class com.vaadin.flow.component.ai.chart.PlotOptionsSchemaGenerator
-
Entry point for the build-time generation.
- MARGIN_BOTTOM - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- MARGIN_LEFT - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- MARGIN_RIGHT - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- MARGIN_TOP - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- MAX - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- MAX_COLOR - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- MEDIAN - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- merge(String, Configuration) - Static method in class com.vaadin.flow.component.ai.chart.ChartConfigurationParser
-
Parses a JSON configuration string and applies the values onto the given
Configuration. - MIN - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- MIN_COLOR - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
N
- NAME - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- NAME - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
O
- onFieldValueChange(FieldValueChangeEvent) - Method in interface com.vaadin.flow.component.ai.form.FieldValueChangeListener
-
Invoked once per changed field after the AI turn has settled.
- onRequest() - Method in class com.vaadin.flow.component.ai.form.FormAIController
- onResponse(Throwable) - Method in class com.vaadin.flow.component.ai.chart.ChartAIController
- onResponse(Throwable) - Method in class com.vaadin.flow.component.ai.form.FormAIController
- onResponse(Throwable) - Method in class com.vaadin.flow.component.ai.grid.GridAIController
- OPEN - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- OPPOSITE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- options(Collection<V>) - Method in class com.vaadin.flow.component.ai.form.ValueOptions
-
Sets a fixed item list.
- options(BiFunction<String, Integer, List<V>>) - Method in class com.vaadin.flow.component.ai.form.ValueOptions
-
Sets a callback the controller invokes whenever the LLM needs to see the field's options.
- OPTIONS_3D - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
P
- PANE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- PARENT - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- parse(String) - Static method in class com.vaadin.flow.component.ai.chart.ChartConfigurationParser
-
Parses a Highcharts JSON configuration string into a new
Configurationobject. - PLOT_BACKGROUND_COLOR - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- PLOT_BORDER_COLOR - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- PLOT_BORDER_WIDTH - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- PLOT_OPTIONS - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- PlotOptionsSchemaGenerator - Class in com.vaadin.flow.component.ai.chart
-
Build-time generator that produces complete JSON schemas for each chart type's plot options, including property descriptions parsed from JavaDoc.
- POINT_FORMAT - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- POLAR - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- PREFIX - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
-
Prefix applied to all column name constants to distinguish converter control columns from real data columns.
Q
- Q1 - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- Q3 - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- queries() - Method in record class com.vaadin.flow.component.ai.chart.ChartState
-
Returns the value of the
queriesrecord component. - query() - Method in record class com.vaadin.flow.component.ai.grid.GridState
-
Returns the value of the
queryrecord component.
R
- renderChart(Chart, DatabaseProvider, DataConverter, List<String>, String) - Static method in class com.vaadin.flow.component.ai.chart.ChartRenderer
-
Renders a chart by executing queries, converting results to series, and applying configuration.
- renderGrid(Grid<AIDataRow>, DatabaseProvider, String) - Static method in class com.vaadin.flow.component.ai.grid.GridRenderer
-
Renders the grid with results from the given SQL query.
- restoreState(ChartState) - Method in class com.vaadin.flow.component.ai.chart.ChartAIController
-
Restores a previously saved chart state.
- restoreState(GridState) - Method in class com.vaadin.flow.component.ai.grid.GridAIController
-
Restores a previously saved grid state.
S
- SERIES - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- SERIES - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- setBadgeLabel(String) - Method in class com.vaadin.flow.component.ai.form.FieldMarkerI18n
-
Sets the accessible label of the badge button and the popover dialog.
- setBadgeTooltip(String) - Method in class com.vaadin.flow.component.ai.form.FieldMarkerI18n
-
Sets the tooltip text of the badge button.
- setDataConverter(DataConverter) - Method in class com.vaadin.flow.component.ai.chart.ChartAIController
-
Sets a custom data converter for transforming query results into chart series data.
- setFieldMarkerEnabled(boolean) - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Controls whether every field whose value the AI changed during a turn is marked when the turn ends — an "AI" badge with a popover explaining the fill and offering a revert control.
- setFieldMarkerI18n(FieldMarkerI18n) - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Sets the texts shown by the AI field marker — the "AI" badge, its tooltip, and the popover with the revert control — replacing the built-in English defaults.
- setFieldValuesHidden(boolean) - Method in class com.vaadin.flow.component.ai.form.FormAIController
-
Controls whether the current value of every field is sent to the LLM as part of the form state.
- setMessage(String) - Method in class com.vaadin.flow.component.ai.form.FieldMarkerI18n
-
Sets the message shown in the popover explaining the AI fill.
- setRevert(String) - Method in class com.vaadin.flow.component.ai.form.FieldMarkerI18n
-
Sets the label of the revert control in the popover.
- SHARED - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- SIDE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- SIZE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- SPACING_BOTTOM - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- SPACING_LEFT - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- SPACING_RIGHT - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- SPACING_TOP - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- START - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- START_ANGLE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- STYLED_MODE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- SUBTITLE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
T
- TARGET - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- TEXT - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- TEXT - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- TITLE - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- TITLE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- TO - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- TOOLTIP - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- TOP - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- toString() - Method in record class com.vaadin.flow.component.ai.chart.ChartState
-
Returns a string representation of this record class.
- toString() - Method in record class com.vaadin.flow.component.ai.grid.GridState
-
Returns a string representation of this record class.
- TYPE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
U
- updateConfiguration(String, String) - Method in interface com.vaadin.flow.component.ai.chart.ChartAITools.Callbacks
-
Updates the chart's Highcharts configuration (type, title, tooltip, axes, legend, etc.).
- updateData(String, String) - Method in interface com.vaadin.flow.component.ai.grid.GridAITools.Callbacks
-
Handles a SQL query for the given grid.
- updateData(String, List<String>) - Method in interface com.vaadin.flow.component.ai.chart.ChartAITools.Callbacks
-
Validates and executes SQL SELECT queries that populate the chart series data.
V
- VALUE - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- VALUE_PREFIX - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- VALUE_SUFFIX - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- ValueOptions<V> - Class in com.vaadin.flow.component.ai.form
-
Per-field registration of the items the LLM may pick from.
- VERTICAL_ALIGN - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- VIEW_DISTANCE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
W
- WATERFALL_TYPE - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- WEIGHT - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- WIDTH - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
X
- X - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- X_AXIS - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- X2 - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
Y
- Y - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- Y_AXIS - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
Z
- Z - Static variable in class com.vaadin.flow.component.ai.chart.ColumnNames
- Z_AXIS - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
- ZOOM_TYPE - Static variable in class com.vaadin.flow.component.ai.chart.ConfigurationKeys
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form