Class

net.liftweb.mongodb.record.field

JsonObjectListField

Related Doc: package field

Permalink

class JsonObjectListField[OwnerType <: BsonRecord[OwnerType], JObjectType <: JsonObject[JObjectType]] extends MongoListField[OwnerType, JObjectType]

Linear Supertypes
MongoListField[OwnerType, JObjectType], BsonableField[List[JObjectType]], MongoFieldFlavor[List[JObjectType]], MandatoryTypedField[List[JObjectType]], Product1[List[JObjectType]], Product, Equals, Field[List[JObjectType], OwnerType], TypedField[List[JObjectType]], OwnedField[OwnerType], BaseField, BaseField, FieldContainer, SettableField, SettableValueHolder, Settable, ReadableField, Bindable, ValueHolder, FieldIdentifier, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonObjectListField
  2. MongoListField
  3. BsonableField
  4. MongoFieldFlavor
  5. MandatoryTypedField
  6. Product1
  7. Product
  8. Equals
  9. Field
  10. TypedField
  11. OwnedField
  12. BaseField
  13. BaseField
  14. FieldContainer
  15. SettableField
  16. SettableValueHolder
  17. Settable
  18. ReadableField
  19. Bindable
  20. ValueHolder
  21. FieldIdentifier
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonObjectListField(owner: OwnerType, valueMeta: JsonObjectMeta[JObjectType])(implicit mf: Manifest[JObjectType])

    Permalink

Type Members

  1. type MyType = List[JObjectType]

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

    Permalink
    Definition Classes
    TypedField
  3. type ValueType = List[JObjectType]

    Permalink
    Definition Classes
    MandatoryTypedField → ValueHolder

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 _1: JsonObjectListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField → Product1
  5. def allFields: Seq[BaseField]

    Permalink
    Definition Classes
    BaseField → FieldContainer
  6. def apply(in: Box[JsonObjectListField.MyType]): OwnerType

    Permalink
    Definition Classes
    Field
  7. def apply(in: JsonObjectListField.MyType): OwnerType

    Permalink
    Definition Classes
    Field
  8. def asHtml: NodeSeq

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

    Permalink
    Definition Classes
    Any
  10. def asJString(encode: (JsonObjectListField.MyType) ⇒ String): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  11. def asJValue: JValue

    Permalink

    Encode the field value into a JValue

    Encode the field value into a JValue

    Definition Classes
    JsonObjectListFieldMongoListFieldMongoFieldFlavor → BaseField
  12. def asJs: JsExp with Product with Serializable

    Permalink

    Returns the field's value as a valid JavaScript expression

    Returns the field's value as a valid JavaScript expression

    Definition Classes
    JsonObjectListFieldMongoFieldFlavor → BaseField
  13. def asString: String

    Permalink
    Definition Classes
    TypedField → BaseField
  14. def atomicUpdate(f: (ValueType) ⇒ ValueType): ValueType

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  17. def canEqual(a: Any): Boolean

    Permalink
    Definition Classes
    MandatoryTypedField → Equals
  18. def canRead_?: Boolean

    Permalink
    Definition Classes
    BaseField
  19. def canWrite_?: Boolean

    Permalink
    Definition Classes
    BaseField
  20. def checkCanRead_?: Boolean

    Permalink
    Definition Classes
    BaseField
  21. def checkCanWrite_?: Boolean

    Permalink
    Definition Classes
    BaseField
  22. def clear: Unit

    Permalink
    Definition Classes
    TypedField
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def defaultValue: List[JObjectType]

    Permalink
    Definition Classes
    MongoListField → MandatoryTypedField
  25. def defaultValueBox: Box[JsonObjectListField.MyType]

    Permalink
    Definition Classes
    MandatoryTypedField → TypedField
  26. def dirty_?: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    BaseField
  28. def displayHtml: NodeSeq

    Permalink
    Definition Classes
    ReadableField
  29. def displayName: String

    Permalink
    Definition Classes
    OwnedField → ReadableField
  30. def displayNameHtml: Box[NodeSeq]

    Permalink
    Definition Classes
    ReadableField
  31. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    SettableField
  34. def finalize(): Unit

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

    Permalink
    Definition Classes
    BaseField
  36. def formElemAttrs: Seq[http.SHtml.ElemAttr]

    Permalink
    Definition Classes
    BaseField
  37. def formInputType: String

    Permalink
    Definition Classes
    BaseField
  38. implicit def formats: Formats

    Permalink
    Definition Classes
    MongoListField
  39. final def genericSetFromAny(in: Any)(implicit m: Manifest[JsonObjectListField.MyType]): Box[JsonObjectListField.MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  40. def get: JsonObjectListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField → ValueHolder
  41. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    SettableField
  44. def ignoreField_?: Boolean

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

    Permalink
    Definition Classes
    Any
  46. def label: NodeSeq

    Permalink
    Definition Classes
    BaseField
  47. def liftSetFilterToBox(in: Box[JsonObjectListField.MyType]): Box[JsonObjectListField.MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    MandatoryTypedField → TypedField
  48. lazy val mf: Manifest[JObjectType]

    Permalink
    Definition Classes
    MongoListField
  49. def name: String

    Permalink
    Definition Classes
    OwnedField → ReadableField
  50. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  51. def noValueErrorMessage: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  53. def notOptionalErrorMessage: String

    Permalink
    Definition Classes
    BaseField
  54. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  56. def obscure(in: JsonObjectListField.MyType): Box[JsonObjectListField.MyType]

    Permalink
    Definition Classes
    TypedField
  57. def optional_?: Boolean

    Permalink
    Definition Classes
    MandatoryTypedField → BaseField
  58. def options: List[(JObjectType, String)]

    Permalink

    Options for select list *

    Options for select list *

    Definition Classes
    MongoListField
  59. def owner: OwnerType

    Permalink
    Definition Classes
    MongoListField → OwnedField
  60. def performAtomicOperation[T](f: ⇒ T): T

    Permalink
    Definition Classes
    Settable
  61. def productArity: Int

    Permalink
    Definition Classes
    Product1 → Product
  62. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product1 → Product
    Annotations
    @throws( ... )
  63. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  64. def productPrefix: String

    Permalink
    Definition Classes
    Product
  65. def readArrayToBsonDocument(reader: BsonReader, context: DecoderContext, registry: CodecRegistry): List[BsonDocument]

    Permalink

    Helper function to read an array to a List of BsonDocuments.

    Helper function to read an array to a List of BsonDocuments.

    Attributes
    protected
    Definition Classes
    BsonableField
  66. def readList(reader: BsonReader, decoderContext: DecoderContext, codecRegistry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): List[_]

    Permalink

    Helper function to read a List from a BsonReader.

    Helper function to read a List from a BsonReader.

    Attributes
    protected
    Definition Classes
    BsonableField
  67. def readMap(reader: BsonReader, decoderContext: DecoderContext, codecRegistry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Map[String, _]

    Permalink

    Helper function to read a Map from a BsonReader.

    Helper function to read a Map from a BsonReader.

    Attributes
    protected
    Definition Classes
    BsonableField
  68. def readValue(reader: BsonReader, decoderContext: DecoderContext, codecRegistry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Any

    Permalink

    Helper function to read a value from a BsonReader.

    Helper function to read a value from a BsonReader.

    Attributes
    protected
    Definition Classes
    BsonableField
  69. def readValueToBsonDocument(reader: BsonReader, context: DecoderContext, registry: CodecRegistry): BsonDocument

    Permalink

    Helper function to read a value to a BsonDocument.

    Helper function to read a value to a BsonDocument.

    Attributes
    protected
    Definition Classes
    BsonableField
  70. def required_?: Boolean

    Permalink
    Definition Classes
    SettableField
  71. def resetDirty: Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  74. final def safe_?: Boolean

    Permalink
    Definition Classes
    OwnedField → BaseField
  75. def set(in: JsonObjectListField.MyType): JsonObjectListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField → Settable
  76. def setBox(in: Box[JsonObjectListField.MyType]): Box[JsonObjectListField.MyType]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  79. def setFromAny(in: Any): Box[MyType]

    Permalink
    Definition Classes
    MongoListField → TypedField
  80. def setFromBsonReader(reader: BsonReader, context: DecoderContext, registry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Box[List[JObjectType]]

    Permalink

    Set this field's value from a BsonReader.

    Set this field's value from a BsonReader.

    Definition Classes
    JsonObjectListFieldMongoListFieldBsonableField
  81. def setFromJString(jvalue: JValue)(decode: (String) ⇒ Box[JsonObjectListField.MyType]): Box[JsonObjectListField.MyType]

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

    Permalink
    Definition Classes
    JsonObjectListFieldMongoListField → TypedField
  83. def setFromString(in: String): Box[List[JObjectType]]

    Permalink
    Definition Classes
    MongoListField → TypedField
  84. def set_!(in: Box[JsonObjectListField.MyType]): Box[JsonObjectListField.MyType]

    Permalink
    Attributes
    protected
    Definition Classes
    TypedField
  85. def shouldDisplay_?: Boolean

    Permalink
    Definition Classes
    ReadableField
  86. def show_?: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  88. def tabIndex: Int

    Permalink
    Definition Classes
    BaseField
  89. def toBoxMyType(in: ValueType): Full[ValueType]

    Permalink
    Definition Classes
    MandatoryTypedField → TypedField
  90. def toForm: Box[NodeSeq]

    Permalink
    Definition Classes
    MongoListField → BaseField → SettableField
  91. def toString(): String

    Permalink
    Definition Classes
    MandatoryTypedField → AnyRef → Any
  92. def toValueType(in: Box[JsonObjectListField.MyType]): JsonObjectListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField → TypedField
  93. def toXHtml: NodeSeq

    Permalink
    Definition Classes
    BaseField
  94. def uniqueFieldId: Box[String]

    Permalink
    Definition Classes
    BaseField → FieldIdentifier
  95. def uploadField_?: Boolean

    Permalink
    Definition Classes
    SettableField
  96. def validate: List[FieldError]

    Permalink
    Definition Classes
    TypedField → SettableField
  97. def validations: List[ValidationFunction]

    Permalink
    Definition Classes
    TypedField → SettableField
  98. def value: JsonObjectListField.MyType

    Permalink
    Definition Classes
    MandatoryTypedField
  99. def valueBox: Box[JsonObjectListField.MyType]

    Permalink
    Definition Classes
    TypedField
  100. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. def writeIterable(writer: BsonWriter, list: Iterable[_], encoderContext: EncoderContext, codecRegistry: CodecRegistry): Unit

    Permalink

    Helper function to write an Iterable to a BsonWriter.

    Helper function to write an Iterable to a BsonWriter.

    Attributes
    protected
    Definition Classes
    BsonableField
  104. def writeMap(writer: BsonWriter, map: Map[String, Any], encoderContext: EncoderContext, codecRegistry: CodecRegistry): Unit

    Permalink

    Helper function to write a Map to a BsonWriter.

    Helper function to write a Map to a BsonWriter.

    Attributes
    protected
    Definition Classes
    BsonableField
  105. def writeToBsonWriter(writer: BsonWriter, context: EncoderContext, registry: CodecRegistry, bsonTypeCodecMap: BsonTypeCodecMap): Unit

    Permalink

    Write this field's value to a BsonWriter.

    Write this field's value to a BsonWriter.

    Definition Classes
    JsonObjectListFieldMongoListFieldBsonableField
  106. def writeValue[T](writer: BsonWriter, encoderContext: EncoderContext, value: T, codecRegistry: CodecRegistry): Unit

    Permalink

    Helper function to write a value to a BsonWriter.

    Helper function to write a value to a BsonWriter.

    Attributes
    protected
    Definition Classes
    BsonableField

Deprecated Value Members

  1. def asDBObject: DBObject

    Permalink
    Definition Classes
    JsonObjectListFieldMongoListFieldMongoFieldFlavor
    Annotations
    @deprecated
    Deprecated

    (Since version 3.4.3) This was replaced with the functions from 'BsonableField'.

  2. def setFromDBObject(dbo: DBObject): Box[List[JObjectType]]

    Permalink
    Definition Classes
    JsonObjectListFieldMongoListFieldMongoFieldFlavor
    Annotations
    @deprecated
    Deprecated

    (Since version 3.4.3) This was replaced with the functions from 'BsonableField'.

  3. def setFromDocumentList(list: List[Document]): Box[MyType]

    Permalink
    Definition Classes
    JsonObjectListFieldMongoListField
    Annotations
    @deprecated
    Deprecated

    (Since version 3.4.3) This was replaced with the functions from 'BsonableField'.

Inherited from MongoListField[OwnerType, JObjectType]

Inherited from BsonableField[List[JObjectType]]

Inherited from MongoFieldFlavor[List[JObjectType]]

Inherited from MandatoryTypedField[List[JObjectType]]

Inherited from Product1[List[JObjectType]]

Inherited from Product

Inherited from Equals

Inherited from Field[List[JObjectType], OwnerType]

Inherited from TypedField[List[JObjectType]]

Inherited from OwnedField[OwnerType]

Inherited from BaseField

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