Uses of Enum Class
com.vaadin.flow.data.value.ValueChangeMode
Packages that use 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, com.vaadin.flow.dom.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.