Web Flavor
|
|
class
IntValidator(min : Int, minOn : Boolean, max : Int, maxOn : Boolean, default : Int, defaultOn : Boolean)
extends
Validator[Int] with
AnyRefAdditional Constructor Summary | |
def
|
this : IntValidator |
def
|
this (min : Int, max : Int, default : Int) : IntValidator |
def
|
this (default : Int) : IntValidator |
Method Summary | |
def
|
toObject (text : java.lang.String) : scala.Option[Int] |
def
|
toText (value : Int) : 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 : IntValidator
def
this(default : Int) : IntValidator
def
this(min : Int, max : Int, default : Int) : IntValidator
Method Details |
def
toObject(text : java.lang.String) : scala.Option[Int]
def
toText(value : Int) : java.lang.String
Web Flavor
|
|