Class RegularExpressionTestField

All Implemented Interfaces:
AttachNotifier, ClickNotifier<Div>, DetachNotifier, HasComponents, HasElement, HasEnabled, HasOrderedComponents, HasSize, HasStyle, HasText, Serializable

@CssImport("./styles/fc-regex-test-strings.css") public final class RegularExpressionTestField extends Div
A component for managing a list of words with real-time validation.

This component allows users to add and remove words while providing immediate feedback on their validity based on a predefined regular expression pattern. When a word matches the given pattern, it is displayed with a green background; otherwise, it is marked with red.

Author:
Javier Godoy
See Also:
  • Constructor Details

    • RegularExpressionTestField

      public RegularExpressionTestField()
  • Method Details