Trait

net.liftweb.http.Wizard.Screen

Field

Related Doc: package Screen

Permalink

trait Field extends Screen.Field with ConfirmField

Define a field within the screen

Linear Supertypes
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

    Permalink
    Definition Classes
    Field
  2. abstract type ValueType

    Permalink
    Definition Classes
    ValueHolder

Abstract Value Members

  1. abstract def default: ValueType

    Permalink
    Definition Classes
    Field
  2. implicit abstract def manifest: Manifest[ValueType]

    Permalink
    Definition Classes
    Field
  3. abstract def name: String

    Permalink

    The human name of this field

    The human name of this field

    Definition Classes
    ReadableField

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allFields: Seq[BaseField]

    Permalink
    Definition Classes
    BaseFieldFieldContainer
  5. def asHtml: NodeSeq

    Permalink

    Default read-only rendering of field

    Default read-only rendering of field

    Definition Classes
    ReadableFieldBindable
  6. final def asInstanceOf[T0]: T0

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

    Permalink

    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]

    Permalink
    Definition Classes
    Field
  9. def buildIt[T](implicit man: Manifest[T]): Manifest[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Field
  10. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ReadableField
  12. def displayName: String

    Permalink

    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]

    Permalink
    Definition Classes
    ReadableField
  14. def editable_?: Boolean

    Permalink

    Is the field editable

    Is the field editable

    Definition Classes
    Field
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    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

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

    Permalink

    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

    Permalink

    get the value

    get the value

    Definition Classes
    FieldValueHolder
  21. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    FieldSettableField
  24. def is: ValueType

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def onConfirm_?: Boolean

    Permalink

    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]

    Permalink
    Attributes
    protected
    Definition Classes
    FieldField
  31. def otherValue: OtherValueType

    Permalink

    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

    Permalink
    Attributes
    protected
    Definition Classes
    Field
  33. def otherValueSet_?: Boolean

    Permalink
    Definition Classes
    Field
  34. def performAtomicOperation[T](f: ⇒ T): T

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    FieldSettable
  37. def setFilter: List[(ValueType) ⇒ ValueType]

    Permalink

    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

    Permalink
    Definition Classes
    Field
  39. def set_?: Boolean

    Permalink
    Definition Classes
    Field
  40. def shouldDisplay_?: Boolean

    Permalink

    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

    Permalink

    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

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

    Permalink

    Create an input field for the item

    Create an input field for the item

    Definition Classes
    FieldSettableField
  44. def toString(): String

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

    Permalink
    Definition Classes
    Field
  46. def uniqueFieldId: Box[String]

    Permalink
    Definition Classes
    FieldFieldIdentifier
  47. def uploadField_?: Boolean

    Permalink

    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]

    Permalink

    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]]

    Permalink
    Definition Classes
    FieldSettableField
  50. final def wait(): Unit

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

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

    Permalink
    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