Interface ValuesPicker<V>

All Superinterfaces:
ActionsHolder, Buffered, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Field<Collection<V>>, HasContextHelp, HasFormatter<Collection<V>>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasSubParts, HasValidator<Collection<V>>, HasValue<Collection<V>>, HasValueSource<Collection<V>>, Requirable, SupportsUserAction<Collection<V>>, Validatable, ValuePicker<Collection<V>>
All Known Subinterfaces:
TagPicker<V>
All Known Implementing Classes:
TagPickerImpl, ValuesPickerImpl

@StudioComponent(caption="ValuesPicker", category="Components", xmlElement="valuesPicker", icon="io/jmix/ui/icon/component/valuesPicker.svg", canvasBehaviour=VALUE_PICKER, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/values-picker.html") public interface ValuesPicker<V> extends ValuePicker<Collection<V>>
  • Field Details

  • Method Details

    • of

      static <T> org.springframework.core.ParameterizedTypeReference<ValuesPicker<T>> of(Class<T> valueClass)