Packages

t

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 MappedString[_]
Linear Supertypes
MixableMappedField, BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, Bindable, ValueHolder, FieldIdentifier, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  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
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type TheOwnerType <: Mapper[(ValidateLength.this)#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: (ValidateLength.this)#ValueType
    Definition Classes
    ValueHolder
  8. abstract def name: String
    Definition Classes
    ReadableField
  9. abstract def set(in: (ValidateLength.this)#ValueType): (ValidateLength.this)#ValueType
    Definition Classes
    Settable
  10. abstract def setFilter: List[((ValidateLength.this)#ValueType) ⇒ (ValidateLength.this)#ValueType]
    Definition Classes
    SettableField
  11. abstract def toForm: Box[NodeSeq]
    Definition Classes
    SettableField
  12. abstract def validate: List[FieldError]
    Definition Classes
    SettableField

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allFields: Seq[BaseField]
    Definition Classes
    BaseField → FieldContainer
  5. def asHtml: NodeSeq
    Definition Classes
    ReadableField → Bindable
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def atomicUpdate(f: ((ValidateLength.this)#ValueType) ⇒ (ValidateLength.this)#ValueType): (ValidateLength.this)#ValueType
    Definition Classes
    Settable
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def defaultErrorMessage: String
  10. def displayHtml: NodeSeq
    Definition Classes
    ReadableField
  11. def displayName: String
    Definition Classes
    ReadableField
  12. def displayNameHtml: Box[NodeSeq]
    Definition Classes
    ReadableField
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def fieldId: Option[NodeSeq]
    Definition Classes
    SettableField
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. def helpAsHtml: Box[NodeSeq]
    Definition Classes
    SettableField
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  24. def performAtomicOperation[T](f: ⇒ T): T
    Definition Classes
    Settable
  25. def required_?: Boolean
    Definition Classes
    SettableField
  26. def shouldDisplay_?: Boolean
    Definition Classes
    ReadableField
  27. def show_?: Boolean
    Definition Classes
    SettableField
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def uniqueFieldId: Box[String]
    Definition Classes
    FieldIdentifier
  31. def uploadField_?: Boolean
    Definition Classes
    SettableField
  32. def validations: List[((ValidateLength.this)#ValueType) ⇒ List[FieldError]]
    Definition Classes
    ValidateLength → SettableField
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. 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

Ungrouped