ag.bett.lift.bhtml

MappedNullableDecimal

class MappedNullableDecimal [T <: Mapper[T]] extends MappedNullableField[BigDecimal, T]

Nullable MappedDecimal

Attributes
abstract
Linear Supertypes
MappedNullableField[BigDecimal, T], MappedField[Box[BigDecimal], T], Equals, PSettableValueHolder[Box[BigDecimal]], PValueHolder[Box[BigDecimal]], BaseOwnedMappedField[T], BaseMappedField, MixableMappedField, BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, ValueHolder, FieldIdentifier, Bindable, SelectableField, TypedField[Box[BigDecimal]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MappedNullableDecimal
  2. MappedNullableField
  3. MappedField
  4. Equals
  5. PSettableValueHolder
  6. PValueHolder
  7. BaseOwnedMappedField
  8. BaseMappedField
  9. MixableMappedField
  10. BaseField
  11. FieldContainer
  12. SettableField
  13. SettableValueHolder
  14. Settable
  15. ReadableField
  16. ValueHolder
  17. FieldIdentifier
  18. Bindable
  19. SelectableField
  20. TypedField
  21. AnyRef
  22. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MappedNullableDecimal (fieldOwner: T, context: MathContext, scale: Int)

Type Members

  1. type TheOwnerType = T

    Definition Classes
    MappedField → MixableMappedField
  2. type ValueType = Box[BigDecimal]

    Definition Classes
    MappedField → PValueHolder → ValueHolder

Value Members

  1. def != (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def := (v: Box[BigDecimal]): Box[BigDecimal]

    Definition Classes
    MappedField
  5. def := [Q] (v: Q)(implicit arg0: (Q) ⇒ Box[BigDecimal]): Box[BigDecimal]

    Definition Classes
    MappedField
  6. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  8. def _dbColumnNameLC : String

    Attributes
    final
    Definition Classes
    BaseMappedField
  9. def _toForm : Box[NodeSeq]

    Definition Classes
    MappedNullableField → MappedField → BaseMappedField
  10. def actualField (actual: T): MappedField[Box[BigDecimal], T]

    Definition Classes
    MappedField
  11. def allFields : Seq[BaseField]

    Definition Classes
    BaseField → FieldContainer
  12. def appendFieldId (in: Elem): Elem

    Attributes
    protected
    Definition Classes
    MappedField
  13. def apply (v: Box[BigDecimal]): T

    Definition Classes
    MappedField
  14. def apply [Q] (v: Q)(implicit arg0: (Q) ⇒ Box[BigDecimal]): T

    Definition Classes
    MappedField
  15. def asHtml : Node

    Definition Classes
    MappedField → BaseMappedField → MixableMappedField → ReadableField → Bindable
  16. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  17. def asJs : List[(String, JsExp)]

    Definition Classes
    BaseMappedField
  18. def asJsExp : JsExp

    Definition Classes
    MappedNullableDecimal → BaseMappedField
  19. def asJsonField : Box[JField]

    Definition Classes
    BaseMappedField
  20. def asJsonValue : Box[JValue]

    Definition Classes
    MappedNullableDecimal → BaseMappedField
  21. def asString : String

    Definition Classes
    MappedField → BaseMappedField → MixableMappedField
  22. def atomicUpdate (f: (ValueType) ⇒ ValueType): ValueType

    Definition Classes
    Settable
  23. def buildSetActualValue (accessor: Method, data: AnyRef, columnName: String): (T, AnyRef) ⇒ Unit

    Definition Classes
    MappedNullableDecimal → MappedField
  24. def buildSetBooleanValue (accessor: Method, columnName: String): (T, Boolean, Boolean) ⇒ Unit

    Definition Classes
    MappedNullableDecimal → MappedField
  25. def buildSetDateValue (accessor: Method, columnName: String): (T, Date) ⇒ Unit

    Definition Classes
    MappedNullableDecimal → MappedField
  26. def buildSetLongValue (accessor: Method, columnName: String): (T, Long, Boolean) ⇒ Unit

    Definition Classes
    MappedNullableDecimal → MappedField
  27. def buildSetStringValue (accessor: Method, columnName: String): (T, String) ⇒ Unit

    Definition Classes
    MappedNullableDecimal → MappedField
  28. def calcFieldName : String

    Definition Classes
    MappedField
  29. def canEqual (that: Any): Boolean

    Definition Classes
    MappedField → Equals
  30. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def coerce (in: BigDecimal): BigDecimal

    Attributes
    protected
  32. val context : MathContext

  33. def convertToJDBCFriendly (value: Box[BigDecimal]): AnyRef

    Attributes
    final
    Definition Classes
    MappedField
  34. def dbAddedColumn : Box[() ⇒ Unit]

    Definition Classes
    MappedField → BaseMappedField
  35. def dbAddedIndex : Box[() ⇒ Unit]

    Definition Classes
    MappedField → BaseMappedField
  36. def dbAutogenerated_? : Boolean

    Definition Classes
    BaseMappedField
  37. def dbColumnCount : Int

    Definition Classes
    MappedField → BaseMappedField → MixableMappedField
  38. def dbColumnName : String

    Definition Classes
    MappedField → BaseMappedField
  39. def dbColumnNames (in: String): List[String]

    Definition Classes
    MappedField → BaseMappedField
  40. def dbDisplay_? : Boolean

    Definition Classes
    BaseMappedField
  41. def dbFieldClass : Class[Box[BigDecimal]]

    Definition Classes
    MappedNullableDecimal → TypedField
  42. def dbForeignKey_? : Boolean

    Definition Classes
    MappedField → BaseMappedField → MixableMappedField
  43. def dbIgnoreSQLType_? : Boolean

    Definition Classes
    BaseMappedField
  44. def dbIncludeInForm_? : Boolean

    Definition Classes
    BaseMappedField
  45. def dbIndexFieldIndicatesSaved_? : Boolean

    Definition Classes
    MappedField
  46. def dbIndexed_? : Boolean

    Definition Classes
    MappedField → BaseMappedField → MixableMappedField
  47. def dbNotNull_? : Boolean

    Attributes
    final
    Definition Classes
    MappedNullableField → MappedField → BaseMappedField → MixableMappedField
  48. def dbPrimaryKey_? : Boolean

    Definition Classes
    MappedField → BaseMappedField → MixableMappedField
  49. def dbSelectString : String

    Definition Classes
    MappedField → SelectableField
  50. def defaultValue : Box[BigDecimal]

    Definition Classes
    MappedNullableDecimal → TypedField
  51. def dirty_? (b: Boolean): Unit

    Attributes
    protected
    Definition Classes
    MappedField
  52. def dirty_? : Boolean

    Definition Classes
    MappedField
  53. def displayHtml : NodeSeq

    Definition Classes
    ReadableField
  54. def displayName : String

    Definition Classes
    MappedField → ReadableField
  55. def displayNameHtml : Box[NodeSeq]

    Definition Classes
    ReadableField
  56. def doField (inst: T, meth: Method, func: PartialFunction[MappedField[Box[BigDecimal], T], Unit]): Unit

    Attributes
    protected
    Definition Classes
    MappedField
  57. def doneWithSave (): Unit

    Called after the field is saved to the database

    Called after the field is saved to the database

    Definition Classes
    MappedNullableDecimal → BaseMappedField
  58. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  59. def equals (other: Any): Boolean

    Definition Classes
    MappedField → Equals → AnyRef → Any
  60. def fieldCreatorString (dbType: DriverType, colName: String): String

    Given the driver type, return the string required to create the column in the database

    Given the driver type, return the string required to create the column in the database

    Definition Classes
    MappedNullableDecimal → MappedField → BaseMappedField
  61. def fieldCreatorString (dbType: DriverType): List[String]

    Definition Classes
    MappedField → BaseMappedField
  62. def fieldId : Option[NodeSeq]

    Definition Classes
    SettableField
  63. val fieldOwner : T

    Definition Classes
    MappedNullableDecimal → MappedField
  64. def finalize (): Unit

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

    Definition Classes
    BaseMappedField
  66. def formInputType : String

    Attributes
    protected
    Definition Classes
    MappedField
  67. def get : Box[BigDecimal]

    Definition Classes
    MappedField → ValueHolder
  68. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  69. def getField (inst: T, meth: Method): MappedField[Box[BigDecimal], T]

    Attributes
    protected
    Definition Classes
    MappedField
  70. def hashCode (): Int

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

    Definition Classes
    SettableField
  72. def i_is_! : Box[BigDecimal]

    Attributes
    protected
    Definition Classes
    MappedNullableDecimal → MappedField
  73. def i_obscure_! (in: Box[BigDecimal]): Box[BigDecimal]

    Attributes
    protected
    Definition Classes
    MappedNullableDecimal → MappedField
  74. def i_set_! (value: Box[BigDecimal]): Box[BigDecimal]

    Attributes
    protected final
    Definition Classes
    MappedField
  75. def i_was_! : Box[BigDecimal]

    Attributes
    protected
    Definition Classes
    MappedNullableDecimal → MappedField
  76. def ignoreField_? : Boolean

    Definition Classes
    MappedField
  77. def is : Box[BigDecimal]

    Definition Classes
    MappedField → ValueHolder
  78. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  79. def jdbcFriendly : AnyRef

    Definition Classes
    MappedNullableDecimal → MappedField → BaseMappedField
  80. def jdbcFriendly (field: String): AnyRef

    Definition Classes
    MappedNullableDecimal → MappedField → BaseMappedField
  81. def name : String

    Attributes
    final
    Definition Classes
    MappedField → ReadableField
  82. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  83. def notNullAppender (): String

    Definition Classes
    MappedField
  84. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  85. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  86. def performAtomicOperation [T] (f: ⇒ T): T

    Definition Classes
    Settable
  87. def readPermission_? : Boolean

    Definition Classes
    MappedNullableDecimal → MappedField
  88. def real_convertToJDBCFriendly (value: Box[BigDecimal]): AnyRef

    Definition Classes
    MappedNullableDecimal → MappedField
  89. def real_i_set_! (value: Box[BigDecimal]): Box[BigDecimal]

    Attributes
    protected
    Definition Classes
    MappedNullableDecimal → MappedField
  90. def renderJs_? : Boolean

    Definition Classes
    BaseMappedField
  91. def required_? : Boolean

    Definition Classes
    SettableField
  92. def resetDirty : Unit

    Definition Classes
    MappedField
  93. def runFilters (in: Box[BigDecimal], filter: List[(Box[BigDecimal]) ⇒ Box[BigDecimal]]): Box[BigDecimal]

    Definition Classes
    MappedField
  94. def safe_? : Boolean

    Attributes
    final
    Definition Classes
    MappedField
  95. val scale : Int

  96. def set (value: Box[BigDecimal]): Box[BigDecimal]

    Definition Classes
    MappedField → Settable
  97. def setAll (in: BigDecimal): Box[BigDecimal]

    Attributes
    protected
  98. def setFilter : List[(Box[BigDecimal]) ⇒ Box[BigDecimal]]

    Definition Classes
    MappedField → SettableField
  99. def setFromAny (in: Any): Box[BigDecimal]

    Definition Classes
    MappedNullableDecimal → MappedField
  100. def setFromString (in: String): Box[BigDecimal]

  101. def set_? (value: Box[Box[BigDecimal]]): Box[Box[BigDecimal]]

    Definition Classes
    MappedField
  102. def shouldDisplay_? : Boolean

    Definition Classes
    ReadableField
  103. def show_? : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  105. def targetSQLType : Int

    Get the JDBC SQL Type for this field

    Get the JDBC SQL Type for this field

    Definition Classes
    MappedNullableDecimal → MappedField → BaseMappedField
  106. def targetSQLType (field: String): Int

    Definition Classes
    MappedField → BaseMappedField
  107. def toForm : Box[NodeSeq]

    Definition Classes
    MappedField → SettableField
  108. def toFormAppendedAttributes : MetaData

    Definition Classes
    MappedField
  109. def toString (): String

    Definition Classes
    MappedNullableField → MappedField → AnyRef → Any
  110. def toValue : String

  111. def uniqueFieldId : Box[String]

    Definition Classes
    MappedField → FieldIdentifier
  112. def update [Q] (v: Q)(implicit arg0: (Q) ⇒ Box[BigDecimal]): Unit

    Definition Classes
    MappedField
  113. def uploadField_? : Boolean

    Definition Classes
    SettableField
  114. def validate : List[FieldError]

    Definition Classes
    MappedField → SettableField
  115. def validations : List[(Box[BigDecimal]) ⇒ List[FieldError]]

    Definition Classes
    MappedField → SettableField
  116. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  119. def was : Box[BigDecimal]

    Definition Classes
    MappedField
  120. def writePermission_? : Boolean

    Definition Classes
    MappedNullableDecimal → MappedField

Inherited from MappedNullableField[BigDecimal, T]

Inherited from MappedField[Box[BigDecimal], T]

Inherited from Equals

Inherited from PSettableValueHolder[Box[BigDecimal]]

Inherited from PValueHolder[Box[BigDecimal]]

Inherited from BaseOwnedMappedField[T]

Inherited from BaseMappedField

Inherited from MixableMappedField

Inherited from BaseField

Inherited from FieldContainer

Inherited from SettableField

Inherited from SettableValueHolder

Inherited from Settable

Inherited from ReadableField

Inherited from ValueHolder

Inherited from FieldIdentifier

Inherited from Bindable

Inherited from SelectableField

Inherited from TypedField[Box[BigDecimal]]

Inherited from AnyRef

Inherited from Any