Web Flavor
|
|
object
TextValidator
extends
AnyRefMethod Summary | |
def
|
apply (minLength : Int, maxLength : Int, trim : Boolean) : TextValidator |
def
|
apply : TextValidator |
def
|
apply (notNull : Boolean, trim : Boolean) : TextValidator |
def
|
apply (notNull : Boolean) : TextValidator |
def
|
apply (notNull : Boolean, minLength : Int, maxLength : Int, trim : Boolean) : TextValidator |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
apply : TextValidator
def
apply(notNull : Boolean) : TextValidator
def
apply(notNull : Boolean, trim : Boolean) : TextValidator
def
apply(minLength : Int, maxLength : Int, trim : Boolean) : TextValidator
def
apply(notNull : Boolean, minLength : Int, maxLength : Int, trim : Boolean) : TextValidator
Web Flavor
|
|