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