|
Web Flavor
|
|
class
TextRegexValidator(regex : scala.util.matching.Regex)
extends RegexValidator[java.lang.String]| Additional Constructor Summary | |
def
|
this (pattern : java.lang.String) : TextRegexValidator |
| Method Summary | |
def
|
convert (text : java.lang.String) : java.lang.String |
| Methods inherited from RegexValidator | |
| toObject, toText |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Additional Constructor Details |
| Method Details |
|
Web Flavor
|
|