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