net.liftweb.mapper

MixableMappedField

trait MixableMappedField extends BaseField

This is the supertrait of all traits that can be mixed into a MappedField. All methods should be abstract. They will be made concrete in implementations.

Linear Supertypes
BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, Bindable, ValueHolder, FieldIdentifier, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MixableMappedField
  2. BaseField
  3. FieldContainer
  4. SettableField
  5. SettableValueHolder
  6. Settable
  7. ReadableField
  8. Bindable
  9. ValueHolder
  10. FieldIdentifier
  11. AnyRef
  12. 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
  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
  2. def dbColumnCount : Int

    Attributes
    abstract
  3. def dbForeignKey_? : Boolean

    Is the field a foreign key reference

    Is the field a foreign key reference

    Attributes
    abstract
  4. def dbIndexed_? : Boolean

    Attributes
    abstract
  5. def dbNotNull_? : Boolean

    Attributes
    abstract
  6. def dbPrimaryKey_? : Boolean

    Attributes
    abstract
  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 validations : List[(ValueType) ⇒ List[FieldError]]

    Attributes
    abstract
    Definition Classes
    SettableField
  14. 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 displayHtml : NodeSeq

    Definition Classes
    ReadableField
  12. def displayName : String

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  15. def equals (arg0: Any): Boolean

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

    Definition Classes
    SettableField
  17. def finalize (): Unit

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  25. def performAtomicOperation [T] (f: ⇒ T): T

    Definition Classes
    Settable
  26. def required_? : Boolean

    Definition Classes
    SettableField
  27. def shouldDisplay_? : Boolean

    Definition Classes
    ReadableField
  28. def show_? : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toString (): String

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

    Definition Classes
    FieldIdentifier
  32. def uploadField_? : Boolean

    Definition Classes
    SettableField
  33. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

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