Class EntityPicker<V>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.AbstractField<C,V>
io.jmix.flowui.kit.component.valuepicker.ValuePickerBase<EntityPicker<V>,V>
io.jmix.flowui.component.valuepicker.EntityPicker<V>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.BlurNotifier<EntityPicker<V>>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.Focusable<EntityPicker<V>>, com.vaadin.flow.component.FocusNotifier<EntityPicker<V>>, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasHelper, com.vaadin.flow.component.HasLabel, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasTheme, com.vaadin.flow.component.HasValidation, com.vaadin.flow.component.HasValue<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<EntityPicker<V>,V>,V>, com.vaadin.flow.component.HasValueAndElement<com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<EntityPicker<V>,V>,V>, com.vaadin.flow.component.textfield.HasPrefixAndSuffix, EntityPickerComponent<V>, HasRequired, LookupComponent<V>, PickerComponent<V>, SupportsMetaClass, SupportsValidation<V>, SupportsValueSource<V>, HasActions, HasAutofocus, HasPlaceholder, HasTitle, SupportsFormatter<V>, SupportsUserAction<V>, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class EntityPicker<V> extends ValuePickerBase<EntityPicker<V>,V> implements EntityPickerComponent<V>, LookupComponent<V>, SupportsValidation<V>, HasRequired, com.vaadin.flow.component.textfield.HasPrefixAndSuffix, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
See Also: