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