Interface EntityPicker<V>

All Superinterfaces:
ActionsHolder, Buffered, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Field<V>, HasContextHelp, HasFormatter<V>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasSubParts, HasValidator<V>, HasValue<V>, HasValueSource<V>, LookupComponent<V>, Requirable, SupportsUserAction<V>, Validatable, ValuePicker<V>
All Known Subinterfaces:
EntityComboBox<V>, EntitySuggestionField<V>
All Known Implementing Classes:
EntityComboBoxImpl, EntityPickerImpl, EntitySuggestionFieldImpl

@StudioComponent(caption="EntityPicker", category="Components", xmlElement="entityPicker", icon="io/jmix/ui/icon/component/entityPicker.svg", canvasBehaviour=VALUE_PICKER, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/entity-picker.html") public interface EntityPicker<V> extends ValuePicker<V>, LookupComponent<V>
Generic UI component designed to select and display an entity instance. Consists of the text field and the set of buttons defined by actions.
See Also: