Class ValuesPickerImpl<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<Collection<V>>, Field<Collection<V>>, HasContextHelp, HasDebugId, HasFormatter<Collection<V>>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasSubParts, HasValidator<Collection<V>>, HasValue<Collection<V>>, Requirable, SecuredActionsHolder, SupportsUserAction<Collection<V>>, Validatable, ValuePicker<Collection<V>>, ValuesPicker<V>, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
TagPickerImpl

public class ValuesPickerImpl<V> extends ValuePickerImpl<Collection<V>> implements ValuesPicker<V>