Index

A C E G I O R S T V 
All Classes and Interfaces|All Packages|Serialized Form

A

ADVANCED - Enum constant in enum class com.flowingcode.vaadin.addons.regex.RegularExpressionOperator
Enables advanced custom regular expressions with validation support.

C

com.flowingcode.vaadin.addons.regex - package com.flowingcode.vaadin.addons.regex
 
CONTAINS - Enum constant in enum class com.flowingcode.vaadin.addons.regex.RegularExpressionOperator
Matches strings that contain a given substring.

E

ENDS_WITH - Enum constant in enum class com.flowingcode.vaadin.addons.regex.RegularExpressionOperator
Matches strings that end with a given substring.

G

generateModelValue() - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionField
 

I

isInvalid() - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionField
 
isTestFieldEnabled() - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionField
Checks whether the test field is enabled.

O

of(Pattern) - Static method in class com.flowingcode.vaadin.addons.regex.RegularExpression
Creates a RegularExpression instance from a given Pattern.

R

RegularExpression - Class in com.flowingcode.vaadin.addons.regex
Represents a regular expression.
RegularExpression(RegularExpressionOperator, String) - Constructor for class com.flowingcode.vaadin.addons.regex.RegularExpression
Creates a new RegularExpression based on the specified operator and input.
RegularExpressionField - Class in com.flowingcode.vaadin.addons.regex
A component for creating and testing regular expressions in real-time.
RegularExpressionField() - Constructor for class com.flowingcode.vaadin.addons.regex.RegularExpressionField
Creates a new instance of RegularExpressionField.
RegularExpressionOperator - Enum Class in com.flowingcode.vaadin.addons.regex
Defines the available operators for creating regular expressions in a RegularExpressionField.
RegularExpressionTestField - Class in com.flowingcode.vaadin.addons.regex
A component for managing a list of words with real-time validation.
RegularExpressionTestField() - Constructor for class com.flowingcode.vaadin.addons.regex.RegularExpressionTestField
 

S

setItems(String...) - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionTestField
 
setItems(Collection<String>) - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionTestField
 
setOperator(RegularExpressionOperator) - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionField
Sets the regular expression operator for this component.
setPattern(RegularExpression) - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionTestField
 
setPattern(Pattern) - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionTestField
 
setPresentationValue(RegularExpression) - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionField
 
setTestFieldEnabled(boolean) - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionField
Enables or disables the test field based on the given flag.
setTestStrings(String...) - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionField
Sets the test strings for validation using a variable-length argument array.
setTestStrings(Collection<String>) - Method in class com.flowingcode.vaadin.addons.regex.RegularExpressionField
Sets the test strings for validation using a collection.
STARTS_WITH - Enum constant in enum class com.flowingcode.vaadin.addons.regex.RegularExpressionOperator
Matches strings that start with a given substring.

T

toString() - Method in class com.flowingcode.vaadin.addons.regex.RegularExpression
 

V

valueOf(String) - Static method in enum class com.flowingcode.vaadin.addons.regex.RegularExpressionOperator
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.flowingcode.vaadin.addons.regex.RegularExpressionOperator
Returns an array containing the constants of this enum class, in the order they are declared.
A C E G I O R S T V 
All Classes and Interfaces|All Packages|Serialized Form