Package io.jmix.ui.component
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 TypeMethodDescriptionvoidsetValueFromUser(V value) Sets the value of this component as if the user had set it.
-
Method Details
-
setValueFromUser
Sets the value of this component as if the user had set it. The user originated attribute is only used for theHasValue.ValueChangeEvent.- Parameters:
value- the new value
-