Interface EntityComboBox<V>

All Superinterfaces:
ActionsHolder, Buffered, ComboBox<V>, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, EntityPicker<V>, Field<V>, HasContextHelp, HasEnterPressHandler, HasFilterMode, HasFormatter<V>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasOptionCaptionProvider<V>, HasOptionIconProvider<V>, HasOptionImageProvider<V>, HasOptionStyleProvider<V>, HasSubParts, HasValidator<V>, HasValue<V>, HasValueSource<V>, LookupComponent<V>, OptionsField<V,V>, Requirable, SupportsOptionsContainer<V>, SupportsUserAction<V>, Validatable, ValuePicker<V>
All Known Implementing Classes:
EntityComboBoxImpl

@StudioComponent(caption="EntityComboBox", category="Components", xmlElement="entityComboBox", icon="io/jmix/ui/icon/component/entityComboBox.svg", canvasBehaviour=COMBO_BOX, unsupportedProperties={"fieldEditable","optionsEnum","textInputAllowed"}, unsupportedHandlers={"addFieldValueChangeListener","setFormatter","setFieldIconProvider"}, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/entity-combo-box.html") public interface EntityComboBox<V> extends ComboBox<V>, EntityPicker<V>, SupportsOptionsContainer<V>
A components that adds to EntityPicker the ability to select an entity from drop-down list.