Interface SupportsValueSource<V>

All Known Subinterfaces:
EntityPickerComponent<E>, PickerComponent<V>
All Known Implementing Classes:
EntityComboBox, EntityPicker, JmixBigDecimalField, JmixCheckbox, JmixCheckboxGroup, JmixComboBox, JmixEmailField, JmixIntegerField, JmixMultiValuePicker, JmixNumberField, JmixPasswordField, JmixRadioButtonGroup, JmixSelect, JmixTextArea, JmixValuePicker, TypedDatePicker, TypedDateTimePicker, TypedTextField, TypedTimePicker

public interface SupportsValueSource<V>
  • Method Details

    • getValueSource

      @Nullable ValueSource<V> getValueSource()
    • setValueSource

      void setValueSource(@Nullable ValueSource<V> valueSource)