Uses of Enum Class
com.flowingcode.vaadin.addons.regex.RegularExpressionOperator
-
Uses of RegularExpressionOperator in com.flowingcode.vaadin.addons.regex
Methods in com.flowingcode.vaadin.addons.regex that return RegularExpressionOperatorModifier and TypeMethodDescriptionstatic RegularExpressionOperatorReturns the enum constant of this class with the specified name.static RegularExpressionOperator[]RegularExpressionOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.vaadin.addons.regex with parameters of type RegularExpressionOperatorModifier and TypeMethodDescriptionvoidRegularExpressionField.setOperator(RegularExpressionOperator operator) Sets the regular expression operator for this component.Constructors in com.flowingcode.vaadin.addons.regex with parameters of type RegularExpressionOperatorModifierConstructorDescriptionRegularExpression(@NonNull RegularExpressionOperator operator, @NonNull String input) Creates a newRegularExpressionbased on the specifiedoperatorandinput.