Interface SupportsUserAction<V>

All Known Subinterfaces:
EntityComboBox<V>, EntityPicker<V>, EntitySuggestionField<V>, TagField<V>, TagPicker<V>, ValuePicker<V>, ValuesPicker<V>
All Known Implementing Classes:
EntityComboBoxImpl, EntityPickerImpl, EntitySuggestionFieldImpl, SearchFieldImpl, TagFieldImpl, TagPickerImpl, ValuePickerImpl, ValuesPickerImpl

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

    • setValueFromUser

      void setValueFromUser(@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