jp.ne.cappuccino.keisuken.servlet.flavor.gui

class IntValidator

[source: jp/ne/cappuccino/keisuken/servlet/flavor/gui/IntValidator.scala]

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

def this(default : Int) : IntValidator

def this(min : Int, max : Int, default : Int) : IntValidator

Method Details
@scala.throws(classOf[jp.ne.cappuccino.keisuken.servlet.flavor.gui.ValidationException])

def toObject(text : java.lang.String) : scala.Option[Int]
Overrides
Validator.toObject

def toText(value : Int) : java.lang.String
Overrides
Validator.toText