Uses of Enum Class
com.vaadin.flow.data.value.ValueChangeMode
Packages that use ValueChangeMode
Package
Description
-
Uses of ValueChangeMode in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html that return ValueChangeModeMethods in com.vaadin.flow.component.html with parameters of type ValueChangeModeModifier and TypeMethodDescriptionvoid
Input.setValueChangeMode
(ValueChangeMode valueChangeMode) void
RangeInput.setValueChangeMode
(ValueChangeMode valueChangeMode) Constructors in com.vaadin.flow.component.html with parameters of type ValueChangeModeModifierConstructorDescriptionInput
(ValueChangeMode valueChangeMode) Creates a new input without any specific type.RangeInput
(ValueChangeMode valueChangeMode) Creates a new slider. -
Uses of ValueChangeMode in com.vaadin.flow.component.richtexteditor
Methods in com.vaadin.flow.component.richtexteditor that return ValueChangeModeModifier and TypeMethodDescriptionRichTextEditor.getValueChangeMode()
Gets current value change mode of the component.Methods in com.vaadin.flow.component.richtexteditor with parameters of type ValueChangeModeModifier and TypeMethodDescriptionvoid
RichTextEditor.setValueChangeMode
(ValueChangeMode valueChangeMode) -
Uses of ValueChangeMode in com.vaadin.flow.component.textfield
Methods in com.vaadin.flow.component.textfield that return ValueChangeModeModifier and TypeMethodDescriptionTextFieldBase.getValueChangeMode()
Gets current value change mode of the component.Methods in com.vaadin.flow.component.textfield with parameters of type ValueChangeModeModifier and TypeMethodDescriptionvoid
AbstractNumberField.setValueChangeMode
(ValueChangeMode valueChangeMode) void
TextFieldBase.setValueChangeMode
(ValueChangeMode valueChangeMode) -
Uses of ValueChangeMode in com.vaadin.flow.data.value
Methods in com.vaadin.flow.data.value that return ValueChangeModeModifier and TypeMethodDescriptionHasValueChangeMode.getValueChangeMode()
Gets current value change mode of the component.static ValueChangeMode
Returns the enum constant of this class with the specified name.static ValueChangeMode[]
ValueChangeMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.data.value with parameters of type ValueChangeModeModifier and TypeMethodDescriptionstatic void
ValueChangeMode.applyChangeTimeout
(ValueChangeMode mode, int timeout, DomListenerRegistration registration) Applies the value change timeout of the given mode on the registration of the DOM event listener that synchronizes.static String
ValueChangeMode.eventForMode
(ValueChangeMode mode, String immediateEventName) Gets the name of the event associated with the given mode.void
HasValueChangeMode.setValueChangeMode
(ValueChangeMode valueChangeMode) Sets new value change mode for the component.