Class StringMatchesColumnConstraint

java.lang.Object
docking.widgets.table.constraint.StringColumnConstraint
docking.widgets.table.constraint.StringMatchesColumnConstraint
All Implemented Interfaces:
ColumnConstraint<String>, Comparable<ColumnConstraint<String>>
Direct Known Subclasses:
StringNotMatchesColumnConstraint

public class StringMatchesColumnConstraint extends StringColumnConstraint
String column constraint for matching column values if they match a full regular expression pattern.
  • Constructor Details

    • StringMatchesColumnConstraint

      public StringMatchesColumnConstraint(String spec)
      Constructor

      This class is for users to enter true regular expression which is why it creates a pattern directly without using the UserSearchUtils.

      Parameters:
      spec - the string to use to create a "matcher" pattern.
  • Method Details