net.liftweb.http.AbstractScreen

Field

trait Field extends ConfirmField

A field that's part of a Screen

Linear Supertypes
ConfirmField, BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, Bindable, ValueHolder, FieldIdentifier, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Field
  2. ConfirmField
  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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type OtherValueType

  2. abstract type ValueType

    Definition Classes
    ValueHolder

Abstract Value Members

  1. abstract def default: ValueType

  2. implicit abstract def manifest: Manifest[ValueType]

  3. abstract def name: String

    Definition Classes
    ReadableField

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: (ValueType) ⇒ ValueType): ValueType

    Definition Classes
    Settable
  8. def binding: Box[FieldBinding]

  9. def buildIt[T](implicit man: Manifest[T]): Manifest[T]

    Attributes
    protected
  10. def clone(): AnyRef

    Attributes
    protected[java.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 editable_?: Boolean

    Is the field editable

  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formElemAttrs: Seq[SHtml.ElemAttr]

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

  20. def get: ValueType

    Definition Classes
    Field → ValueHolder
  21. final def getClass(): Class[_]

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

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

    Definition Classes
    Field → SettableField
  24. def is: ValueType

    Definition Classes
    Field → ValueHolder
  25. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  29. def onConfirm_?: Boolean

    Is this field on the confirm screen

    Is this field on the confirm screen

    Definition Classes
    Field → ConfirmField
  30. def otherFuncVendors(what: Manifest[ValueType]): Box[(ValueType, (ValueType) ⇒ Any) ⇒ NodeSeq]

    Attributes
    protected
  31. def otherValue: OtherValueType

    A field my have an "otherValue" which can be used to store a list of options or other information that the fields needs on a Screen/Wizard by Screen/Wizard basis

  32. def otherValueDefault: OtherValueType

    Attributes
    protected
  33. def performAtomicOperation[T](f: ⇒ T): T

    Definition Classes
    Settable
  34. def required_?: Boolean

    Definition Classes
    SettableField
  35. def set(v: ValueType): ValueType

    Definition Classes
    Field → Settable
  36. def setFilter: List[(ValueType) ⇒ ValueType]

    Definition Classes
    Field → SettableField
  37. def setOtherValue(v: OtherValueType): OtherValueType

  38. def shouldDisplay_?: Boolean

    Definition Classes
    ReadableField
  39. def show_?: Boolean

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

    Definition Classes
    AnyRef
  41. def toForm: Box[NodeSeq]

    Definition Classes
    Field → SettableField
  42. def toString(): String

    Definition Classes
    Field → AnyRef → Any
  43. def transforms: List[(BaseField) ⇒ (NodeSeq) ⇒ NodeSeq]

  44. def uniqueFieldId: Box[String]

    Definition Classes
    Field → FieldIdentifier
  45. def uploadField_?: Boolean

    Set to true if this field is part of a multi-part mime upload

    Set to true if this field is part of a multi-part mime upload

    Definition Classes
    Field → SettableField
  46. def validate: List[FieldError]

    Definition Classes
    Field → SettableField
  47. def validations: List[(ValueType) ⇒ List[FieldError]]

    Definition Classes
    Field → SettableField
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ConfirmField

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