Interface SupportsUserAction<V>

All Known Subinterfaces:
EntityPickerComponent<E>, PickerComponent<V>
All Known Implementing Classes:
ComboBoxPicker, EntityComboBox, EntityPicker, JmixMultiValuePicker, JmixValuePicker, MultiValuePicker, ValuePicker, ValuePickerBase

public interface SupportsUserAction<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the value of this component as if the user had set it.
  • Method Details

    • setValueFromClient

      void setValueFromClient(@Nullable V value)
      Sets the value of this component as if the user had set it. The user originated attribute is only used for the HasValue.ValueChangeEvent.
      Parameters:
      value - the new value