Uses of Class
com.vaadin.flow.component.ai.form.ValueOptions
Packages that use ValueOptions
-
Uses of ValueOptions in com.vaadin.flow.component.ai.form
Methods in com.vaadin.flow.component.ai.form that return ValueOptionsModifier and TypeMethodDescriptionstatic <V> ValueOptions<V> Starts a single-value options registration.static <T,C extends Component>
ValueOptions<T> ValueOptions.forField(MultiSelect<C, T> field) Starts a multi-select options registration.ValueOptions.options(Collection<String> options) Sets a fixed label list.Sets a queryable label callback the LLM drives viaquery_field_options.Methods in com.vaadin.flow.component.ai.form with parameters of type ValueOptionsModifier and TypeMethodDescriptionFormAIController.valueOptions(ValueOptions<String> config) Registers options for aString-typed field.<V> FormAIControllerFormAIController.valueOptions(ValueOptions<V> config, Function<String, V> toValue) Registers options for a field paired with an explicit label-to-value converter.