| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
| maxLen.. |
abstract def maxLen
|
Int |
| !=.. |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| !=.. |
final def !=(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| asInstanceOf.. |
final def asInstanceOf[T0]
|
T0 | Any |
| boxStrToValType.. |
protected abstract def boxStrToValType(in : Box[String])
|
ValueType | |
| clone.. |
protected def clone
|
Object | AnyRef |
| crop.. |
def crop(in : ValueType)
|
ValueType | |
| eq.. |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals.. |
def equals(arg0 : Any)
|
Boolean | AnyRef |
| finalize.. |
protected def finalize
|
Unit | AnyRef |
| getClass.. |
final def getClass
|
Class[Any] | AnyRef |
| hashCode.. |
def hashCode
|
Int | AnyRef |
| isInstanceOf.. |
final def isInstanceOf[T0]
|
Boolean | Any |
| ne.. |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notNull.. |
def notNull(in : ValueType)
|
ValueType | |
| notify.. |
final def notify
|
Unit | AnyRef |
| notifyAll.. |
final def notifyAll
|
Unit | AnyRef |
| removeRegExChars.. |
def removeRegExChars(regEx : String)(in : ValueType)
|
ValueType | |
| synchronized.. |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toLower.. |
def toLower(in : ValueType)
|
ValueType | |
| toString.. |
def toString
|
String | AnyRef |
| toUpper.. |
def toUpper(in : ValueType)
|
ValueType | |
| trim.. |
def trim(in : ValueType)
|
ValueType | |
| valMaxLen.. |
def valMaxLen(len : Int, msg : => String)(value : ValueType)
A validation helper
[details]
Make sure the string is no more than a particular
length and generate a validation issue if not
|
List[FieldError] | |
| valMinLen.. |
def valMinLen(len : Int, msg : => String)(value : ValueType)
A validation helper
[details]
Make sure the string is at least a particular
length and generate a validation issue if not
|
List[FieldError] | |
| valRegex.. |
def valRegex(pat : Pattern, msg : => String)(value : ValueType)
Make sure the field matches a regular expression
|
List[FieldError] | |
| valueTypeToBoxString.. |
protected abstract def valueTypeToBoxString(in : ValueType)
|
Box[String] | |
| wait.. |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| wait.. |
final def wait
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |