net.liftweb.mapper

ValidateLength

trait ValidateLength extends MixableMappedField

Mix this trait into a MappedString and it will add maximum length validation to the MappedString

Self Type
ValidateLength with net.liftweb.mapper.MappedString[_]
Linear Supertypes
MixableMappedField, BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, Bindable, ValueHolder, FieldIdentifier, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ValidateLength
  2. MixableMappedField
  3. BaseField
  4. FieldContainer
  5. SettableField
  6. SettableValueHolder
  7. Settable
  8. ReadableField
  9. Bindable
  10. ValueHolder
  11. FieldIdentifier
  12. AnyRef
  13. Any
Visibility
  1. Public
  2. All

Type Members

  1. abstract type TheOwnerType <: Mapper[TheOwnerType]

    Will be set to the type of the owner of the field

    Will be set to the type of the owner of the field

    Definition Classes
    MixableMappedField
  2. abstract type ValueType

    Definition Classes
    ValueHolder

Abstract Value Members

  1. abstract def asString: String

    Return the field name and field value, delimited by an '='

    Return the field name and field value, delimited by an '='

    Definition Classes
    MixableMappedField
  2. abstract def dbColumnCount: Int

    Definition Classes
    MixableMappedField
  3. abstract def dbForeignKey_?: Boolean

    Is the field a foreign key reference

    Is the field a foreign key reference

    Definition Classes
    MixableMappedField
  4. abstract def dbIndexed_?: Boolean

    Definition Classes
    MixableMappedField
  5. abstract def dbNotNull_?: Boolean

    Definition Classes
    MixableMappedField
  6. abstract def dbPrimaryKey_?: Boolean

    Definition Classes
    MixableMappedField
  7. abstract def get: ValueType

    Definition Classes
    ValueHolder
  8. abstract def name: String

    Definition Classes
    ReadableField
  9. abstract def set(in: ValueType): ValueType

    Definition Classes
    Settable
  10. abstract def setFilter: List[(ValueType) ⇒ ValueType]

    Definition Classes
    SettableField
  11. abstract def toForm: Box[NodeSeq]

    Definition Classes
    SettableField
  12. abstract def validate: List[FieldError]

    Definition Classes
    SettableField
  13. abstract def is: ValueType

    Definition Classes
    ValueHolder
    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) Use get

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def allFields: Seq[BaseField]

    Definition Classes
    BaseField → FieldContainer
  7. def asHtml: NodeSeq

    Definition Classes
    ReadableField → Bindable
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType

    Definition Classes
    Settable
  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def defaultErrorMessage: String

  12. def displayHtml: NodeSeq

    Definition Classes
    ReadableField
  13. def displayName: String

    Definition Classes
    ReadableField
  14. def displayNameHtml: Box[NodeSeq]

    Definition Classes
    ReadableField
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def fieldId: Option[NodeSeq]

    Definition Classes
    SettableField
  18. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def helpAsHtml: Box[NodeSeq]

    Definition Classes
    SettableField
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def performAtomicOperation[T](f: ⇒ T): T

    Definition Classes
    Settable
  27. def required_?: Boolean

    Definition Classes
    SettableField
  28. def shouldDisplay_?: Boolean

    Definition Classes
    ReadableField
  29. def show_?: Boolean

    Definition Classes
    SettableField
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def uniqueFieldId: Box[String]

    Definition Classes
    FieldIdentifier
  33. def uploadField_?: Boolean

    Definition Classes
    SettableField
  34. def validations: List[(ValueType) ⇒ List[FieldError]]

    Definition Classes
    ValidateLength → SettableField
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from MixableMappedField

Inherited from BaseField

Inherited from FieldContainer

Inherited from SettableField

Inherited from SettableValueHolder

Inherited from Settable

Inherited from ReadableField

Inherited from Bindable

Inherited from ValueHolder

Inherited from FieldIdentifier

Inherited from AnyRef

Inherited from Any