Packages

trait Field extends Screen.Field with ConfirmField

Define a field within the screen

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Field
  2. Field
  3. ConfirmField
  4. BaseField
  5. FieldContainer
  6. SettableField
  7. SettableValueHolder
  8. Settable
  9. ReadableField
  10. Bindable
  11. ValueHolder
  12. FieldIdentifier
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type OtherValueType
    Definition Classes
    Field
  2. abstract type ValueType
    Definition Classes
    ValueHolder

Abstract Value Members

  1. abstract def default: ValueType
    Definition Classes
    Field
  2. implicit abstract def manifest: Manifest[ValueType]
    Definition Classes
    Field
  3. abstract def name: String

    The human name of this field

    The human name of this field

    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
    BaseFieldFieldContainer
  5. def asHtml: NodeSeq

    Default read-only rendering of field

    Default read-only rendering of field

    Definition Classes
    ReadableFieldBindable
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType

    Perform an atomic update of this Settable.

    Perform an atomic update of this Settable. The current value is passed to the function and the ValueHolder is set to the result of the function. This is enclosed in the performAtomicOperation method which will, by default, synchronize this instance

    Definition Classes
    Settable
  8. def binding: Box[FieldBinding]
    Definition Classes
    Field
  9. def buildIt[T](implicit man: Manifest[T]): Manifest[T]
    Attributes
    protected
    Definition Classes
    Field
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def displayHtml: NodeSeq
    Definition Classes
    ReadableField
  12. def displayName: String

    The display name of this field (e.g., "First Name")

    The display name of this field (e.g., "First Name")

    Definition Classes
    ReadableField
  13. def displayNameHtml: Box[NodeSeq]
    Definition Classes
    ReadableField
  14. def editable_?: Boolean

    Is the field editable

    Is the field editable

    Definition Classes
    Field
  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]

    A unique 'id' for the field for form generation

    A unique 'id' for the field for form generation

    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?

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

    Definition Classes
    Field
  20. def get: ValueType

    get the value

    get the value

    Definition Classes
    FieldValueHolder
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. def helpAsHtml: Box[NodeSeq]
    Definition Classes
    FieldSettableField
  24. def is: ValueType
    Definition Classes
    Field
  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
    FieldFieldConfirmField
  30. def otherFuncVendors(what: Manifest[ValueType]): Box[(ValueType, (ValueType) ⇒ Any) ⇒ NodeSeq]
    Attributes
    protected
    Definition Classes
    FieldField
  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

    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

    Definition Classes
    Field
  32. def otherValueDefault: OtherValueType
    Attributes
    protected
    Definition Classes
    Field
  33. def otherValueSet_?: Boolean
    Definition Classes
    Field
  34. def performAtomicOperation[T](f: ⇒ T): T

    Perform an atomic operation on the Settable.

    Perform an atomic operation on the Settable. By default synchronizes the instance, but it could use other mechanisms

    Definition Classes
    Settable
  35. def required_?: Boolean

    Is the Field required (and will have a style designating it as such)

    Is the Field required (and will have a style designating it as such)

    Definition Classes
    SettableField
  36. def set(v: ValueType): ValueType
    Definition Classes
    FieldSettable
  37. def setFilter: List[(ValueType) ⇒ ValueType]

    A list of functions that transform the value before it is set.

    A list of functions that transform the value before it is set. The transformations are also applied before the value is used in a query. Typical applications of this are trimming and/or toLowerCase-ing strings

    Definition Classes
    FieldSettableField
  38. def setOtherValue(v: OtherValueType): OtherValueType
    Definition Classes
    Field
  39. def set_?: Boolean
    Definition Classes
    Field
  40. def shouldDisplay_?: Boolean

    Given the current context, should this field be displayed

    Given the current context, should this field be displayed

    Definition Classes
    ReadableField
  41. def show_?: Boolean

    Given the current state of things, should this field be shown

    Given the current state of things, should this field be shown

    Definition Classes
    SettableField
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toForm: Box[NodeSeq]

    Create an input field for the item

    Create an input field for the item

    Definition Classes
    FieldSettableField
  44. def toString(): String
    Definition Classes
    Field → AnyRef → Any
  45. def transforms: List[(BaseField) ⇒ (NodeSeq) ⇒ NodeSeq]
    Definition Classes
    Field
  46. def uniqueFieldId: Box[String]
    Definition Classes
    FieldFieldIdentifier
  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
    FieldSettableField
  48. def validate: List[FieldError]

    Validate this field and return a list of Validation Issues

    Validate this field and return a list of Validation Issues

    Definition Classes
    FieldSettableField
  49. def validations: List[(ValueType) ⇒ List[FieldError]]
    Definition Classes
    FieldSettableField
  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 Screen.Field

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