net.liftweb.record

BaseField

trait BaseField extends FieldIdentifier with util.BaseField

Base trait of record fields, with functionality common to any type of field owned by any type of record

Linear Supertypes
util.BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, Bindable, ValueHolder, FieldIdentifier, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseField
  2. BaseField
  3. FieldContainer
  4. SettableField
  5. SettableValueHolder
  6. Settable
  7. ReadableField
  8. Bindable
  9. ValueHolder
  10. FieldIdentifier
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ValueType

    Definition Classes
    ValueHolder

Abstract Value Members

  1. abstract def asJValue: JValue

    Encode the field value into a JValue

  2. abstract def asJs: JsExp

    Returns the field's value as a valid JavaScript expression

  3. abstract def asString: String

  4. abstract def get: ValueType

    Definition Classes
    ValueHolder
  5. abstract def name: String

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

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

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

    Generate a form control for the field

    Generate a form control for the field

    Definition Classes
    BaseField → SettableField
  9. abstract def validate: List[FieldError]

    Definition Classes
    SettableField
  10. abstract def validations: List[(ValueType) ⇒ 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[util.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: (ValueType) ⇒ ValueType): ValueType

    Definition Classes
    Settable
  8. def canRead_?: Boolean

    Can the value of this field be read without obscuring the result?

  9. def canWrite_?: Boolean

    Can the value of this field be written?

  10. def checkCanRead_?: Boolean

    If the owner is not in "safe" mode, check the current environment to see if the field can be read

  11. def checkCanWrite_?: Boolean

    If the owner is not in "safe" mode, check the current environment to see if the field can be written

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def dirty_?: Boolean

  14. def dirty_?(b: Boolean): Unit

    Attributes
    protected
  15. def displayHtml: NodeSeq

    Definition Classes
    ReadableField
  16. def displayName: String

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

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

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

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

    Definition Classes
    SettableField
  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def forceDirty_?: Boolean

    Should the dirty flag always be set when setBox is called

  23. def formElemAttrs: Seq[http.SHtml.ElemAttr]

    What form elements are we going to add to this field?

  24. def formInputType: String

    Form field's type.

    Form field's type. Defaults to 'text', but you may want to change it to other HTML5 values.

  25. final def getClass(): Class[_]

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

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

    Definition Classes
    SettableField
  28. def ignoreField_?: Boolean

    Should the field be ignored by the OR Mapper?

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def label: NodeSeq

  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def noValueErrorMessage: String

    The error message used when the field value could not be set

  33. def notOptionalErrorMessage: String

    The error message used when the field value must be set

  34. final def notify(): Unit

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

    Definition Classes
    AnyRef
  36. def optional_?: Boolean

    Is the value of this field optional (e.g.

    Is the value of this field optional (e.g. NULLable)?

  37. def performAtomicOperation[T](f: ⇒ T): T

    Definition Classes
    Settable
  38. def required_?: Boolean

    Definition Classes
    SettableField
  39. def resetDirty: Unit

  40. def safe_?: Boolean

  41. def shouldDisplay_?: Boolean

    Definition Classes
    ReadableField
  42. def show_?: Boolean

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

    Definition Classes
    AnyRef
  44. def tabIndex: Int

  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def toXHtml: NodeSeq

    Convert the field value to an XHTML representation

  47. def uniqueFieldId: Box[String]

    Definition Classes
    BaseField → FieldIdentifier
  48. def uploadField_?: Boolean

    Definition Classes
    SettableField
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from util.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