ag.bett.lift.bhtml

MappedNullableInt

class MappedNullableInt [T <: Mapper[T]] extends MappedNullableField[Int, T]

Nullable MappedInt

Attributes
abstract
Linear Supertypes
MappedNullableField[Int, T], MappedField[Box[Int], T], Equals, PSettableValueHolder[Box[Int]], PValueHolder[Box[Int]], BaseOwnedMappedField[T], BaseMappedField, MixableMappedField, BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, ValueHolder, FieldIdentifier, Bindable, SelectableField, TypedField[Box[Int]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MappedNullableInt
  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 MappedNullableInt (fieldOwner: T)

Type Members

  1. type TheOwnerType = T

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

    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[Int]): Box[Int]

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

    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[Int], 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[Int]): T

    Definition Classes
    MappedField
  14. def apply [Q] (v: Q)(implicit arg0: (Q) ⇒ Box[Int]): 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
    MappedNullableInt → BaseMappedField
  19. def asJsonField : Box[JField]

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

    Definition Classes
    MappedNullableInt → 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
    MappedNullableInt → MappedField
  24. def buildSetBooleanValue (accessor: Method, columnName: String): (T, Boolean, Boolean) ⇒ Unit

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

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

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

    Definition Classes
    MappedNullableInt → 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 convertToJDBCFriendly (value: Box[Int]): AnyRef

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

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

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

    Definition Classes
    BaseMappedField
  35. def dbColumnCount : Int

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

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

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

    Definition Classes
    BaseMappedField
  39. def dbFieldClass : Class[Box[Int]]

    Definition Classes
    MappedNullableInt → TypedField
  40. def dbForeignKey_? : Boolean

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

    Definition Classes
    BaseMappedField
  42. def dbIncludeInForm_? : Boolean

    Definition Classes
    BaseMappedField
  43. def dbIndexFieldIndicatesSaved_? : Boolean

    Definition Classes
    MappedField
  44. def dbIndexed_? : Boolean

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

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

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

    Definition Classes
    MappedField → SelectableField
  48. def defaultValue : Box[Int]

    Definition Classes
    MappedNullableInt → TypedField
  49. def dirty_? (b: Boolean): Unit

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

    Definition Classes
    MappedField
  51. def displayHtml : NodeSeq

    Definition Classes
    ReadableField
  52. def displayName : String

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

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

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

    Called after the field is saved to the database

    Called after the field is saved to the database

    Definition Classes
    MappedNullableInt → BaseMappedField
  56. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    MappedField → Equals → AnyRef → Any
  58. 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
    MappedNullableInt → MappedField → BaseMappedField
  59. def fieldCreatorString (dbType: DriverType): List[String]

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

    Definition Classes
    SettableField
  61. val fieldOwner : T

    Definition Classes
    MappedNullableInt → MappedField
  62. def finalize (): Unit

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

    Definition Classes
    BaseMappedField
  64. def formInputType : String

    Attributes
    protected
    Definition Classes
    MappedField
  65. def get : Box[Int]

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

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

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

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

    Definition Classes
    SettableField
  70. def i_is_! : Box[Int]

    Attributes
    protected
    Definition Classes
    MappedNullableInt → MappedField
  71. def i_obscure_! (in: Box[Int]): Box[Int]

    Attributes
    protected
    Definition Classes
    MappedNullableInt → MappedField
  72. def i_set_! (value: Box[Int]): Box[Int]

    Attributes
    protected final
    Definition Classes
    MappedField
  73. def i_was_! : Box[Int]

    Attributes
    protected
    Definition Classes
    MappedNullableInt → MappedField
  74. def ignoreField_? : Boolean

    Definition Classes
    MappedField
  75. def is : Box[Int]

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

    Attributes
    final
    Definition Classes
    Any
  77. def jdbcFriendly : AnyRef

    Definition Classes
    MappedNullableInt → MappedField → BaseMappedField
  78. def jdbcFriendly (field: String): AnyRef

    Definition Classes
    MappedNullableInt → MappedField → BaseMappedField
  79. def name : String

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

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

    Definition Classes
    MappedField
  82. def notify (): Unit

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

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

    Definition Classes
    Settable
  85. def readPermission_? : Boolean

    Definition Classes
    MappedNullableInt → MappedField
  86. def real_convertToJDBCFriendly (value: Box[Int]): AnyRef

    Definition Classes
    MappedNullableInt → MappedField
  87. def real_i_set_! (value: Box[Int]): Box[Int]

    Attributes
    protected
    Definition Classes
    MappedNullableInt → MappedField
  88. def renderJs_? : Boolean

    Definition Classes
    BaseMappedField
  89. def required_? : Boolean

    Definition Classes
    SettableField
  90. def resetDirty : Unit

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

    Definition Classes
    MappedField
  92. def safe_? : Boolean

    Attributes
    final
    Definition Classes
    MappedField
  93. def set (value: Box[Int]): Box[Int]

    Definition Classes
    MappedField → Settable
  94. def setFilter : List[(Box[Int]) ⇒ Box[Int]]

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

    Definition Classes
    MappedNullableInt → MappedField
  96. def set_? (value: Box[Box[Int]]): Box[Box[Int]]

    Definition Classes
    MappedField
  97. def shouldDisplay_? : Boolean

    Definition Classes
    ReadableField
  98. def show_? : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  100. def targetSQLType : Int

    Get the JDBC SQL Type for this field

    Get the JDBC SQL Type for this field

    Definition Classes
    MappedNullableInt → MappedField → BaseMappedField
  101. def targetSQLType (field: String): Int

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

    Definition Classes
    MappedField → SettableField
  103. def toFormAppendedAttributes : MetaData

    Definition Classes
    MappedField
  104. def toString (): String

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

  106. def uniqueFieldId : Box[String]

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

    Definition Classes
    MappedField
  108. def uploadField_? : Boolean

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

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

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

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

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

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

    Definition Classes
    MappedField
  115. def writePermission_? : Boolean

    Definition Classes
    MappedNullableInt → MappedField

Inherited from MappedNullableField[Int, T]

Inherited from MappedField[Box[Int], T]

Inherited from Equals

Inherited from PSettableValueHolder[Box[Int]]

Inherited from PValueHolder[Box[Int]]

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

Inherited from AnyRef

Inherited from Any