Class AbstractSuggestionField<V,I,T extends JmixAbstractSuggestionField<V,I>>

Type Parameters:
V - value type - collection or not
I - item type
T - component type
All Implemented Interfaces:
AttachNotifier, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper, HasValueSource<V>, Field<V>, HasContextHelp, HasDebugId, HasEnterPressHandler, HasFormatter<I>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasOptionStyleProvider<I>, HasValidator<V>, HasValue<V>, Requirable, SuggestionFieldComponent<V,I>, Validatable, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
SuggestionFieldImpl, TagFieldImpl

public abstract class AbstractSuggestionField<V,I,T extends JmixAbstractSuggestionField<V,I>> extends AbstractField<T,V,V> implements SuggestionFieldComponent<V,I>, org.springframework.beans.factory.InitializingBean
Base class for SuggestionField components.