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. 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

    Attributes
    abstract
    Definition Classes
    MixableMappedField
  2. type ValueType

    Attributes
    abstract
    Definition Classes
    ValueHolder

Abstract Value Members

  1. def asString : String

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

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

    Attributes
    abstract
    Definition Classes
    MixableMappedField
  2. def dbColumnCount : Int

    Attributes
    abstract
    Definition Classes
    MixableMappedField
  3. def dbForeignKey_? : Boolean

    Is the field a foreign key reference

    Is the field a foreign key reference

    Attributes
    abstract
    Definition Classes
    MixableMappedField
  4. def dbIndexed_? : Boolean

    Attributes
    abstract
    Definition Classes
    MixableMappedField
  5. def dbNotNull_? : Boolean

    Attributes
    abstract
    Definition Classes
    MixableMappedField
  6. def dbPrimaryKey_? : Boolean

    Attributes
    abstract
    Definition Classes
    MixableMappedField
  7. def get : ValueType

    Attributes
    abstract
    Definition Classes
    ValueHolder
  8. def name : String

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

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

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

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

    Attributes
    abstract
    Definition Classes
    SettableField
  13. def is : ValueType

    Attributes
    abstract
    Definition Classes
    ValueHolder
    Annotations
    @deprecated
    Deprecated

    Use get

Concrete Value Members

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

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

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

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

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

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

    Definition Classes
    BaseField → FieldContainer
  7. def asHtml : NodeSeq

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

    Attributes
    final
    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. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

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

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

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

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

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    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. def wait (): Unit

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

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

    Attributes
    final
    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