Interface EntitySuggestionField<V>

Type Parameters:
V - type of value
All Superinterfaces:
ActionsHolder, Buffered, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, EntityPicker<V>, Field<V>, HasContextHelp, HasEnterPressHandler, HasFormatter<V>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasOptionStyleProvider<V>, HasSubParts, HasValidator<V>, HasValue<V>, HasValueSource<V>, LookupComponent<V>, Requirable, SuggestionField<V>, SuggestionFieldComponent<V,V>, SupportsUserAction<V>, Validatable, ValuePicker<V>
All Known Implementing Classes:
EntitySuggestionFieldImpl

@StudioComponent(caption="EntitySuggestionField", category="Components", xmlElement="entitySuggestionField", icon="io/jmix/ui/icon/component/entitySuggestionField.svg", canvasBehaviour=VALUE_PICKER, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/entity-suggestion-field.html", unsupportedProperties={"buffered","fieldEditable"}, unsupportedHandlers="addFieldValueChangeListener") public interface EntitySuggestionField<V> extends SuggestionField<V>, EntityPicker<V>
EntitySuggestionField adds to EntityPicker the ability to search an entity by user input.