Hierarchy For Package io.jmix.flowui.component.valuepicker

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.vaadin.flow.component.Component (implements com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement)
      • com.vaadin.flow.component.AbstractField<C,T> (implements com.vaadin.flow.component.HasValueAndElement<E,V>)
        • io.jmix.flowui.kit.component.valuepicker.ValuePickerBase<C,V> (implements com.vaadin.flow.component.Focusable<T>, io.jmix.flowui.kit.component.HasActions, io.jmix.flowui.kit.component.HasAutofocus, com.vaadin.flow.component.HasHelper, com.vaadin.flow.component.HasLabel, io.jmix.flowui.kit.component.HasPlaceholder, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasTheme, io.jmix.flowui.kit.component.HasTitle, io.jmix.flowui.kit.component.SupportsFormatter<V>, io.jmix.flowui.kit.component.SupportsUserAction<V>)
          • io.jmix.flowui.component.valuepicker.EntityPicker<V> (implements org.springframework.context.ApplicationContextAware, io.jmix.flowui.component.EntityPickerComponent<E>, com.vaadin.flow.component.textfield.HasPrefixAndSuffix, io.jmix.flowui.component.HasRequired, org.springframework.beans.factory.InitializingBean, io.jmix.flowui.component.LookupComponent<T>, io.jmix.flowui.component.SupportsValidation<V>)
          • io.jmix.flowui.kit.component.valuepicker.MultiValuePicker<V> (implements com.vaadin.flow.component.textfield.HasPrefixAndSuffix)
            • io.jmix.flowui.component.valuepicker.JmixMultiValuePicker<V> (implements org.springframework.context.ApplicationContextAware, com.vaadin.flow.component.textfield.HasPrefixAndSuffix, io.jmix.flowui.component.HasRequired, org.springframework.beans.factory.InitializingBean, io.jmix.flowui.component.PickerComponent<V>, io.jmix.flowui.component.SupportsValidation<V>)
          • io.jmix.flowui.kit.component.valuepicker.ValuePicker<V> (implements com.vaadin.flow.component.textfield.HasPrefixAndSuffix)
            • io.jmix.flowui.component.valuepicker.JmixValuePicker<V> (implements org.springframework.context.ApplicationContextAware, com.vaadin.flow.component.textfield.HasPrefixAndSuffix, io.jmix.flowui.component.HasRequired, org.springframework.beans.factory.InitializingBean, io.jmix.flowui.component.PickerComponent<V>, io.jmix.flowui.component.SupportsValidation<V>)
    • io.jmix.flowui.kit.component.valuepicker.ValuePickerActionSupport