Package io.jmix.flowui.kit.component
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 TypeMethodDescriptionvoid
setValueFromClient
(V value) Sets the value of this component as if the user had set it.
-
Method Details
-
setValueFromClient
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
-