Web Flavor
|
|
object
DoubleValidator
extends
AnyRefMethod Summary | |
def
|
apply : DoubleValidator |
def
|
apply (min : Double, minOn : Boolean, max : Double, maxOn : Boolean, default : Double, defaultOn : Boolean) : DoubleValidator |
def
|
apply (default : Double) : DoubleValidator |
def
|
apply (min : Double, max : Double, default : Double) : DoubleValidator |
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(min : Double, minOn : Boolean, max : Double, maxOn : Boolean, default : Double, defaultOn : Boolean) : DoubleValidator
def
apply : DoubleValidator
def
apply(default : Double) : DoubleValidator
def
apply(min : Double, max : Double, default : Double) : DoubleValidator
Web Flavor
|
|