Packages

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
Known Subclasses
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
Visibility
  1. Public
  2. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  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: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def fieldId: Option[NodeSeq]
    Definition Classes
    SettableField
  18. def finalize(): Unit
    Attributes
    protected[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[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def helpAsHtml: Box[NodeSeq]
    Definition Classes
    Field → SettableField
  24. def is: ValueType
  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
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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 otherValueSet_?: Boolean
  34. def performAtomicOperation[T](f: => T): T
    Definition Classes
    Settable
  35. def required_?: Boolean
    Definition Classes
    SettableField
  36. def set(v: ValueType): ValueType
    Definition Classes
    Field → Settable
  37. def setFilter: List[(ValueType) => ValueType]
    Definition Classes
    Field → SettableField
  38. def setOtherValue(v: OtherValueType): OtherValueType
  39. def set_?: Boolean
  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(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

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