Class EntityPickerImpl<V>

All Implemented Interfaces:
ActionsHolder, AttachNotifier, Buffered, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper, HasValueSource<V>, EntityPicker<V>, Field<V>, HasContextHelp, HasDebugId, HasFormatter<V>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasSubParts, HasValidator<V>, HasValue<V>, LookupComponent<V>, Requirable, SecuredActionsHolder, SupportsUserAction<V>, Validatable, ValuePicker<V>, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
EntityComboBoxImpl, EntitySuggestionFieldImpl

public class EntityPickerImpl<V> extends ValuePickerImpl<V> implements EntityPicker<V>