Web Flavor
|
|
class
TextValidator(notNull : Boolean, minLength : Int, maxLength : Int, trim : Boolean)
extends
Validator[java.lang.String] with
AnyRefAdditional Constructor Summary | |
def
|
this : TextValidator |
def
|
this (notNull : Boolean, trim : Boolean) : TextValidator |
def
|
this (notNull : Boolean) : TextValidator |
def
|
this (minLength : Int, maxLength : Int, trim : Boolean) : TextValidator |
Method Summary | |
def
|
toObject (text : java.lang.String) : scala.Option[java.lang.String] |
def
|
toText (value : java.lang.String) : java.lang.String |
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 |
def
this : TextValidator
def
this(notNull : Boolean) : TextValidator
def
this(notNull : Boolean, trim : Boolean) : TextValidator
def
this(minLength : Int, maxLength : Int, trim : Boolean) : TextValidator
Method Details |
def
toObject(text : java.lang.String) : scala.Option[java.lang.String]
def
toText(value : java.lang.String) : java.lang.String
Web Flavor
|
|