Interface SuggestionField<V>

Type Parameters:
V - type of value
All Superinterfaces:
Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Field<V>, HasContextHelp, HasEnterPressHandler, HasFormatter<V>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasOptionStyleProvider<V>, HasValidator<V>, HasValue<V>, HasValueSource<V>, Requirable, SuggestionFieldComponent<V,V>, Validatable
All Known Subinterfaces:
EntitySuggestionField<V>
All Known Implementing Classes:
EntitySuggestionFieldImpl, SuggestionFieldImpl

@StudioComponent(caption="SuggestionField", category="Components", xmlElement="suggestionField", icon="io/jmix/ui/icon/component/suggestionField.svg", canvasBehaviour=INPUT_FIELD, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/suggestion-field.html") public interface SuggestionField<V> extends SuggestionFieldComponent<V,V>
A filtering dropdown single-select. Items are filtered based on user input using asynchronous data loading.