net.liftweb.record.field

TimeZoneTypedField

trait TimeZoneTypedField extends StringTypedField

Linear Supertypes
StringTypedField, StringValidators, TypedField[String], BaseField, util.BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, Bindable, ValueHolder, FieldIdentifier, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TimeZoneTypedField
  2. StringTypedField
  3. StringValidators
  4. TypedField
  5. BaseField
  6. BaseField
  7. FieldContainer
  8. SettableField
  9. SettableValueHolder
  10. Settable
  11. ReadableField
  12. Bindable
  13. ValueHolder
  14. FieldIdentifier
  15. AnyRef
  16. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type MyType = String

    Definition Classes
    TypedField
  2. type ValidationFunction = (ValueType) ⇒ List[FieldError]

    Definition Classes
    TypedField
  3. abstract type ValueType

    Definition Classes
    StringValidators

Abstract Value Members

  1. abstract def boxStrToValType(in: Box[String]): ValueType

    Attributes
    protected
    Definition Classes
    StringValidators
  2. abstract def defaultValueBox: Box[MyType]

    The default value of the field when no value is set.

    The default value of the field when no value is set. Must return a Full Box unless optional_? is true

    Definition Classes
    TypedField
  3. abstract def get: ValueType

    Definition Classes
    ValueHolder
  4. abstract def liftSetFilterToBox(in: Box[MyType]): Box[MyType]

    OptionalTypedField and MandatoryTypedField implement this to do the appropriate lifting of Box[MyType] to ValueType

    OptionalTypedField and MandatoryTypedField implement this to do the appropriate lifting of Box[MyType] to ValueType

    Attributes
    protected
    Definition Classes
    TypedField
  5. abstract val maxLength: Int

    Definition Classes
    StringTypedField
  6. abstract def set(in: ValueType): ValueType

    Definition Classes
    Settable
  7. abstract def toBoxMyType(in: ValueType): Box[MyType]

    Attributes
    protected
    Definition Classes
    TypedField
  8. abstract def toValueType(in: Box[MyType]): ValueType

    Attributes
    protected
    Definition Classes
    TypedField
  9. abstract def valueTypeToBoxString(in: ValueType): Box[String]

    Attributes
    protected
    Definition Classes
    StringValidators
  10. abstract def is: ValueType

    Definition Classes
    ValueHolder
    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) Use get

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[util.BaseField]

    Definition Classes
    BaseField → FieldContainer
  7. def asHtml: NodeSeq

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

    Definition Classes
    Any
  9. def asJString(encode: (MyType) ⇒ String): JValue

    Helper for implementing asJValue for a conversion to an encoded JString

    Helper for implementing asJValue for a conversion to an encoded JString

    encode

    function to transform the field value into a String

    Attributes
    protected
    Definition Classes
    TypedField
  10. def asJValue: JValue

    Encode the field value into a JValue

    Encode the field value into a JValue

    Definition Classes
    StringTypedFieldBaseField
  11. def asJs: JsExp with Product with Serializable

    Returns the field's value as a valid JavaScript expression

    Returns the field's value as a valid JavaScript expression

    Definition Classes
    StringTypedFieldBaseField
  12. def asString: String

    Convert the field to a String.

    Convert the field to a String... usually of the form "displayName=value"

    Definition Classes
    TypedFieldBaseField
  13. def atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType

    Definition Classes
    Settable
  14. implicit def boxNodeFuncToFieldError(in: (Box[MyType]) ⇒ Box[Node]): (Box[MyType]) ⇒ List[FieldError]

    Attributes
    protected
    Definition Classes
    TypedField
  15. implicit def boxNodeToFieldError(in: Box[Node]): List[FieldError]

    Attributes
    protected
    Definition Classes
    TypedField
  16. def buildDisplayList: List[(String, String)]

  17. def canRead_?: Boolean

    Can the value of this field be read without obscuring the result?

    Can the value of this field be read without obscuring the result?

    Definition Classes
    BaseField
  18. def canWrite_?: Boolean

    Can the value of this field be written?

    Can the value of this field be written?

    Definition Classes
    BaseField
  19. def checkCanRead_?: Boolean

    If the owner is not in "safe" mode, check the current environment to see if the field can be read

    If the owner is not in "safe" mode, check the current environment to see if the field can be read

    Definition Classes
    BaseField
  20. def checkCanWrite_?: Boolean

    If the owner is not in "safe" mode, check the current environment to see if the field can be written

    If the owner is not in "safe" mode, check the current environment to see if the field can be written

    Definition Classes
    BaseField
  21. def clear: Unit

    Clear the value of this field

    Clear the value of this field

    Definition Classes
    TypedField
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. def crop(in: ValueType): ValueType

    Definition Classes
    StringValidators
  24. def defaultValue: String

    Definition Classes
    StringTypedField
  25. def dirty_?: Boolean

    Definition Classes
    BaseField
  26. def dirty_?(b: Boolean): Unit

    Attributes
    protected
    Definition Classes
    BaseField
  27. def displayHtml: NodeSeq

    Definition Classes
    ReadableField
  28. def displayName: String

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

    Definition Classes
    ReadableField
  30. def emptyOptionLabel: String

    Label for the selection item representing Empty, show when this field is optional.

    Label for the selection item representing Empty, show when this field is optional. Defaults to the empty string.

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

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

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

    Definition Classes
    SettableField
  34. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def forceDirty_?: Boolean

    Should the dirty flag always be set when setBox is called

    Should the dirty flag always be set when setBox is called

    Definition Classes
    BaseField
  36. def formElemAttrs: Seq[http.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
    BaseField
  37. def formInputType: String

    Form field's type.

    Form field's type. Defaults to 'text', but you may want to change it to other HTML5 values.

    Definition Classes
    BaseField
  38. final def genericSetFromAny(in: Any)(implicit m: Manifest[MyType]): Box[MyType]

    Generic implementation of setFromAny that implements exactly what the doc for setFromAny specifies, using a Manifest to check types

    Generic implementation of setFromAny that implements exactly what the doc for setFromAny specifies, using a Manifest to check types

    Attributes
    protected
    Definition Classes
    TypedField
  39. final def getClass(): Class[_]

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

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

    Definition Classes
    SettableField
  42. def ignoreField_?: Boolean

    Should the field be ignored by the OR Mapper?

    Should the field be ignored by the OR Mapper?

    Definition Classes
    BaseField
  43. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  44. def label: NodeSeq

    Definition Classes
    BaseField
  45. def maxLen: Int

    Definition Classes
    StringTypedField → StringValidators
  46. def name: String

    The text name of this field

    The text name of this field

    Definition Classes
    BaseField → ReadableField
  47. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  48. def noValueErrorMessage: String

    The error message used when the field value could not be set

    The error message used when the field value could not be set

    Definition Classes
    BaseField
  49. implicit def nodeToFieldError(node: Node): List[FieldError]

    Attributes
    protected
    Definition Classes
    TypedField
  50. def notNull(in: ValueType): ValueType

    Definition Classes
    StringValidators
  51. def notOptionalErrorMessage: String

    The error message used when the field value must be set

    The error message used when the field value must be set

    Definition Classes
    BaseField
  52. final def notify(): Unit

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

    Definition Classes
    AnyRef
  54. def obscure(in: MyType): Box[MyType]

    Definition Classes
    TypedField
  55. def optional_?: Boolean

    Is the value of this field optional (e.

    Is the value of this field optional (e.g. NULLable)?

    Definition Classes
    BaseField
  56. def performAtomicOperation[T](f: ⇒ T): T

    Definition Classes
    Settable
  57. def removeRegExChars(regEx: String)(in: ValueType): ValueType

    Definition Classes
    StringValidators
  58. def required_?: Boolean

    Definition Classes
    SettableField
  59. def resetDirty: Unit

    Definition Classes
    BaseField
  60. def runFilters(in: Box[MyType], filter: List[(Box[MyType]) ⇒ Box[MyType]]): Box[MyType]

    Definition Classes
    TypedField
  61. def runValidation(in: Box[MyType]): List[FieldError]

    Helper function that does validation of a value by using the validators specified for the field

    Helper function that does validation of a value by using the validators specified for the field

    Attributes
    protected
    Definition Classes
    TypedField
  62. def safe_?: Boolean

    Definition Classes
    BaseField
  63. def setBox(in: Box[MyType]): Box[MyType]

    Definition Classes
    TypedField
  64. def setFilter: List[(ValueType) ⇒ ValueType]

    Definition Classes
    TypedField → SettableField
  65. def setFilterBox: List[(Box[MyType]) ⇒ Box[MyType]]

    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

    Attributes
    protected
    Definition Classes
    TypedField
  66. def setFromAny(in: Any): Box[String]

    Set the value of the field from anything.

    Set the value of the field from anything. Implementations of this method should accept at least the following (pattern => valueBox)

    • value: MyType => setBox(Full(value))
    • Some(value: MyType) => setBox(Full(value))
    • Full(value: MyType) => setBox(Full(value))
    • (value: MyType)::_ => setBox(Full(value))
    • s: String => setFromString(s)
    • Some(s: String) => setFromString(s)
    • Full(s: String) => setFromString(s)
    • null|None|Empty => setBox(defaultValueBox)
    • f: Failure => setBox(f) And usually convert the input to a string and uses setFromString as a last resort.

    Note that setFromAny should _always_ call setBox, even if the conversion fails. This is so that validation properly notes the error.

    The method genericSetFromAny implements this guideline.

    Definition Classes
    StringTypedFieldTypedField
  67. def setFromJString(jvalue: JValue)(decode: (String) ⇒ Box[MyType]): Box[MyType]

    Helper for implementing setFromJValue for a conversion from an encoded JString

    Helper for implementing setFromJValue for a conversion from an encoded JString

    decode

    function to try and transform a String into a field value

    Attributes
    protected
    Definition Classes
    TypedField
  68. def setFromJValue(jvalue: JValue): Box[MyType]

    Decode the JValue and set the field to the decoded value.

    Decode the JValue and set the field to the decoded value. Returns Empty or Failure if the value could not be set

    Definition Classes
    StringTypedFieldTypedField
  69. def setFromString(s: String): Box[String]

    Set the value of the field using some kind of type-specific conversion from a String.

    Set the value of the field using some kind of type-specific conversion from a String. By convention, if the field is optional_?, then the empty string should be treated as no-value (Empty). Note that setFromString should _always_ call setBox, even if the conversion fails. This is so that validation properly notes the error.

    returns

    Full(convertedValue) if the conversion succeeds (the field value will be set by side-effect) Empty or Failure if the conversion does not succeed

    Definition Classes
    StringTypedFieldTypedField
  70. def set_!(in: Box[MyType]): Box[MyType]

    Attributes
    protected
    Definition Classes
    TypedField
  71. def shouldDisplay_?: Boolean

    Definition Classes
    ReadableField
  72. def show_?: Boolean

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

    Definition Classes
    AnyRef
  74. def tabIndex: Int

    Definition Classes
    BaseField
  75. def toForm: Box[NodeSeq]

    Generate a form control for the field

    Generate a form control for the field

    Definition Classes
    TimeZoneTypedFieldStringTypedFieldBaseField → SettableField
  76. def toLower(in: ValueType): ValueType

    Definition Classes
    StringValidators
  77. def toString(): String

    Definition Classes
    AnyRef → Any
  78. def toUpper(in: ValueType): ValueType

    Definition Classes
    StringValidators
  79. def toXHtml: NodeSeq

    Convert the field value to an XHTML representation

    Convert the field value to an XHTML representation

    Definition Classes
    BaseField
  80. def trim(in: ValueType): ValueType

    Definition Classes
    StringValidators
  81. def uniqueFieldId: Box[String]

    Definition Classes
    BaseField → FieldIdentifier
  82. def uploadField_?: Boolean

    Definition Classes
    SettableField
  83. def valMaxLen(len: Int, msg: ⇒ String)(value: ValueType): List[FieldError]

    Definition Classes
    StringValidators
  84. def valMinLen(len: Int, msg: ⇒ String)(value: ValueType): List[FieldError]

    Definition Classes
    StringValidators
  85. def valRegex(pat: Pattern, msg: ⇒ String)(value: ValueType): List[FieldError]

    Definition Classes
    StringValidators
  86. def validate: List[FieldError]

    Validate this field's setting, returning any errors found

    Validate this field's setting, returning any errors found

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

    Definition Classes
    TypedField → SettableField
  88. def valueBox: Box[MyType]

    Definition Classes
    TypedField
  89. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from StringTypedField

Inherited from StringValidators

Inherited from TypedField[String]

Inherited from BaseField

Inherited from util.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