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: AnyRef): Boolean

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

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

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

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

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

    Definition Classes
    BaseField → FieldContainer
  7. def asHtml: NodeSeq

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

    Definition Classes
    Any
  9. def atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType

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

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

    Attributes
    protected
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def displayHtml: NodeSeq

    Definition Classes
    ReadableField
  14. def displayName: String

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

    Definition Classes
    ReadableField
  16. def editable_?: Boolean

    Is the field editable

  17. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    SettableField
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. def formElemAttrs: Seq[SHtml.ElemAttr]

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

  22. def get: ValueType

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

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

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

    Definition Classes
    Field → SettableField
  26. def is: ValueType

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

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

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

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

    Definition Classes
    AnyRef
  31. def onConfirm_?: Boolean

    Is this field on the confirm screen

    Is this field on the confirm screen

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

    Attributes
    protected
  33. 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

  34. def otherValueDefault: OtherValueType

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

    Definition Classes
    Settable
  36. def required_?: Boolean

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

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

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

  40. def shouldDisplay_?: Boolean

    Definition Classes
    ReadableField
  41. def show_?: Boolean

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

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

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

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

  46. def uniqueFieldId: Box[String]

    Definition Classes
    Field → FieldIdentifier
  47. 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
  48. def validate: List[FieldError]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  52. 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