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 TypeMethodDescriptionvoidInput.setValueChangeMode(ValueChangeMode valueChangeMode) voidRangeInput.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 TypeMethodDescriptionvoidRichTextEditor.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 TypeMethodDescriptionvoidAbstractNumberField.setValueChangeMode(ValueChangeMode valueChangeMode) voidTextFieldBase.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 ValueChangeModeReturns 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 voidValueChangeMode.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 StringValueChangeMode.eventForMode(ValueChangeMode mode, String immediateEventName) Gets the name of the event associated with the given mode.voidHasValueChangeMode.setValueChangeMode(ValueChangeMode valueChangeMode) Sets new value change mode for the component.