Uses of Enum Class
org.vaadin.hugerte.ValueChangeMode
-
Uses of ValueChangeMode in org.vaadin.hugerte
Methods in org.vaadin.hugerte that return ValueChangeModeModifier and TypeMethodDescriptionstatic 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 org.vaadin.hugerte with parameters of type ValueChangeModeModifier and TypeMethodDescriptionvoidHugeRte.setValueChangeMode(ValueChangeMode mode) Define the mode of value change triggering.