Web Flavor
|
|
class
BooleanValidator(valid : Boolean, validOn : Boolean)
extends
Validator[Boolean] with
AnyRefAdditional Constructor Summary | |
def
|
this : BooleanValidator |
def
|
this (valid : Boolean) : BooleanValidator |
Method Summary | |
def
|
toObject (text : java.lang.String) : scala.Option[Boolean] |
def
|
toText (value : Boolean) : 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 |
Method Details |
def
toObject(text : java.lang.String) : scala.Option[Boolean]
def
toText(value : Boolean) : java.lang.String
Web Flavor
|
|