Uses of Class
com.vaadin.flow.data.value.ValueChangeMode
-
Packages that use ValueChangeMode Package Description com.vaadin.flow.data.value -
-
Uses of ValueChangeMode in com.vaadin.flow.data.value
Methods in com.vaadin.flow.data.value that return ValueChangeMode Modifier and Type Method Description ValueChangeModeHasValueChangeMode. getValueChangeMode()Gets current value change mode of the component.static ValueChangeModeValueChangeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueChangeMode[]ValueChangeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.data.value with parameters of type ValueChangeMode Modifier and Type Method Description static 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.
-