Class PatternMatchingFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      PatternMatchingFilter​(java.lang.String attribute, java.lang.String value)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String escapeAll​(java.lang.String input, java.lang.String chars)  
      static java.lang.String toFilterMatch​(com.google.gwt.regexp.shared.RegExp regex)  
      static com.google.gwt.regexp.shared.RegExp toRegex​(java.lang.String value)  
      java.lang.String toString()  
      protected boolean valueMatches​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PatternMatchingFilter

        public PatternMatchingFilter​(java.lang.String attribute,
                                     java.lang.String value)
    • Method Detail

      • toRegex

        public static com.google.gwt.regexp.shared.RegExp toRegex​(java.lang.String value)
      • toFilterMatch

        public static java.lang.String toFilterMatch​(com.google.gwt.regexp.shared.RegExp regex)
      • escapeAll

        public static java.lang.String escapeAll​(java.lang.String input,
                                                 java.lang.String chars)