com.metl.h2

H2Text

Related Docs: class H2Text | package h2

object H2Text extends H2Text with LongKeyedMetaMapper[H2Text]

Linear Supertypes
LongKeyedMetaMapper[H2Text], KeyedMetaMapper[Long, H2Text], MetaMapper[H2Text], BaseMetaMapper, H2Text, H2MeTLCanvasContent[H2Text], H2MeTLStanza[H2Text], H2MeTLContent[H2Text], IdPK, LongKeyedMapper[H2Text], BaseLongKeyedMapper, KeyedMapper[Long, H2Text], BaseKeyedMapper, Mapper[H2Text], Serializable, Serializable, BaseMapper, FieldContainer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. H2Text
  2. LongKeyedMetaMapper
  3. KeyedMetaMapper
  4. MetaMapper
  5. BaseMetaMapper
  6. H2Text
  7. H2MeTLCanvasContent
  8. H2MeTLStanza
  9. H2MeTLContent
  10. IdPK
  11. LongKeyedMapper
  12. BaseLongKeyedMapper
  13. KeyedMapper
  14. BaseKeyedMapper
  15. Mapper
  16. Serializable
  17. Serializable
  18. BaseMapper
  19. FieldContainer
  20. AnyRef
  21. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type AnyBound = T forSome {type T}

    Definition Classes
    MetaMapper
  2. case class FieldHolder extends Product with Serializable

    Definition Classes
    MetaMapper
  3. type FieldPF = PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    Mapper
  4. type KeyedMapperType = H2Text

    Definition Classes
    KeyedMapper → BaseKeyedMapper
  5. type MapperType = H2Text

    Definition Classes
    Mapper → BaseMapper
  6. type OtherMapper = KeyedMapper[_, _]

    Definition Classes
    MetaMapper
  7. type OtherMetaMapper = KeyedMetaMapper[_, _]

    Definition Classes
    MetaMapper
  8. type Q = MappedForeignKey[AnyBound, H2Text, OO] with MappedField[AnyBound, H2Text] forSome {type OO <: KeyedMapper[AnyBound, OO]}

    Definition Classes
    KeyedMetaMapper
  9. type RealType = H2Text

    Definition Classes
    MetaMapper → BaseMetaMapper
  10. type TheKeyType = Long

    Definition Classes
    BaseLongKeyedMapper → BaseKeyedMapper

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def _dbTableNameLC: String

    Definition Classes
    MetaMapper → BaseMetaMapper
  5. def addEndStuffs(in: String, params: List[QueryParam[H2Text]], conn: SuperConnection): (String, Box[Long], Box[Long])

    Attributes
    protected
    Definition Classes
    MetaMapper
  6. def addFormSnippet(html: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
  7. def addSnippetCallback(obj: H2Text): Unit

    Definition Classes
    KeyedMetaMapper
  8. def addSnippetSetup: H2Text

    Definition Classes
    KeyedMetaMapper
  9. def afterCommit: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  10. def afterCreate: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  11. def afterDelete: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  12. def afterSave: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  13. def afterSchemifier: Unit

    Definition Classes
    KeyedMetaMapper → MetaMapper → BaseMetaMapper
  14. def afterUpdate: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  15. def afterValidation: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  16. def afterValidationOnCreate: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  17. def afterValidationOnUpdate: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  18. def allFields: Seq[BaseField]

    Definition Classes
    Mapper → FieldContainer
  19. def appendFieldToStrings(in: H2Text): String

    Definition Classes
    MetaMapper
  20. def appendFieldTransform(transform: CssSel): Unit

    Definition Classes
    Mapper
  21. def asHtml(toLine: H2Text): NodeSeq

    Definition Classes
    MetaMapper
  22. def asHtml: NodeSeq

    Definition Classes
    Mapper
  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def asJs(actual: H2Text): JsExp

    Definition Classes
    MetaMapper
  25. def asJs: JsExp

    Definition Classes
    Mapper
  26. def asSafeJs(actual: H2Text, f: KeyObfuscator): JsExp

    Definition Classes
    KeyedMetaMapper
  27. def asSafeJs(f: KeyObfuscator): JsExp

    Definition Classes
    KeyedMapper
  28. def asValid: Box[H2Text]

    Definition Classes
    Mapper
  29. object audiences extends MappedText[C]

    Definition Classes
    H2MeTLContent
  30. object author extends H2MeTLIndexedString[C]

    Definition Classes
    H2MeTLStanza
  31. def beforeCreate: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  32. def beforeDelete: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  33. def beforeSave: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  34. def beforeSchemifier: Unit

    Definition Classes
    MetaMapper → BaseMetaMapper
  35. def beforeUpdate: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  36. def beforeValidation: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  37. def beforeValidationOnCreate: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  38. def beforeValidationOnUpdate: List[(H2Text) ⇒ Unit]

    Definition Classes
    MetaMapper
  39. implicit def boundedFieldToItem(in: (MappedField[String, H2Text], Int)): BoundedIndexField[H2Text]

    Definition Classes
    MetaMapper
  40. def buildMapper(rs: ResultSet): List[Box[(ResultSet, Int, H2Text) ⇒ Unit]]

    Definition Classes
    MetaMapper
  41. def buildSelectString(fields: Seq[SelectableField], conn: SuperConnection, by: QueryParam[H2Text]*): (String, Box[Long], Box[Long], List[QueryParam[H2Text]])

    Definition Classes
    MetaMapper
  42. def bulkDelete_!!(dbId: ConnectionIdentifier, by: QueryParam[H2Text]*): Boolean

    Definition Classes
    MetaMapper
  43. def bulkDelete_!!(by: QueryParam[H2Text]*): Boolean

    Definition Classes
    MetaMapper
  44. object caret extends MappedInt[H2Text]

    Definition Classes
    H2Text
  45. def checkNames: Unit

    Definition Classes
    Mapper
  46. def clean_?(toCheck: H2Text): Boolean

    Definition Classes
    MetaMapper
  47. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. object color extends MappedMeTLString[H2Text]

    Definition Classes
    H2Text
  49. val columnNamesForInsert: String

    Definition Classes
    MetaMapper
  50. def columnPrimaryKey_?(name: String): Boolean

    Definition Classes
    MetaMapper
  51. val columnQueriesForInsert: String

    Definition Classes
    MetaMapper
  52. def comparePrimaryKeys(other: H2Text): Boolean

    Definition Classes
    KeyedMapper → Mapper
  53. def connectionIdentifier: ConnectionIdentifier

    Definition Classes
    Mapper
  54. def connectionIdentifier(id: ConnectionIdentifier): H2Text

    Definition Classes
    Mapper
  55. def count(by: QueryParam[H2Text]*): Long

    Definition Classes
    MetaMapper
  56. def count: Long

    Definition Classes
    MetaMapper
  57. def countByInsecureSql(query: String, checkedBy: IHaveValidatedThisSQL): Long

    Definition Classes
    MetaMapper
  58. def countByInsecureSqlDb(dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL): Long

    Definition Classes
    MetaMapper
  59. def countDb(dbId: ConnectionIdentifier, by: QueryParam[H2Text]*): Long

    Definition Classes
    MetaMapper
  60. def countryField: Box[MappedCountry[H2Text]]

    Definition Classes
    Mapper
  61. def create: H2Text

    Definition Classes
    MetaMapper
  62. def createInstance: H2Text

    Definition Classes
    MetaMapper
  63. def createInstance(dbId: ConnectionIdentifier, rs: ResultSet, mapFuncs: List[Box[(ResultSet, Int, H2Text) ⇒ Unit]]): H2Text

    Definition Classes
    MetaMapper
  64. def createInstances[T](dbId: ConnectionIdentifier, rs: ResultSet, start: Box[Long], omax: Box[Long], f: (H2Text) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  65. def createInstances(dbId: ConnectionIdentifier, rs: ResultSet, start: Box[Long], omax: Box[Long]): List[H2Text]

    Definition Classes
    MetaMapper
  66. def crudSnippets: SnippetPF

    Definition Classes
    KeyedMetaMapper
  67. def crudSnippets_?: Boolean

    Definition Classes
    KeyedMetaMapper
  68. def dbAddTable: Box[() ⇒ Unit]

    Definition Classes
    MetaMapper → BaseMetaMapper
  69. def dbCalculateConnectionIdentifier: PartialFunction[H2Text, ConnectionIdentifier]

    Definition Classes
    Mapper
  70. def dbDefaultConnectionIdentifier: ConnectionIdentifier

    Definition Classes
    MetaMapper
  71. def dbIndexes: List[BaseIndex[H2Text]]

    Definition Classes
    MetaMapper → BaseMetaMapper
  72. def dbName: String

    Definition Classes
    MetaMapper → Mapper → BaseMapper
  73. def dbSelectDBConnectionForFind: PartialFunction[Long, ConnectionIdentifier]

    Definition Classes
    KeyedMetaMapper
  74. def dbStringToKey(in: String): Box[Long]

    Definition Classes
    KeyedMetaMapper
  75. def dbTableName: String

    Definition Classes
    MetaMapper → BaseMetaMapper
  76. def db_can_delete_?: Boolean

    Definition Classes
    Mapper
  77. def decodeFromJSON_!(json: JObject, markFieldsAsDirty: Boolean): H2Text

    Attributes
    protected
    Definition Classes
    MetaMapper
  78. object decoration extends MappedMeTLString[H2Text]

    Definition Classes
    H2Text
  79. def delete_!(toDelete: H2Text): Boolean

    Definition Classes
    MetaMapper
  80. def delete_!: Boolean

    Definition Classes
    Mapper
  81. def dirty_?(toTest: H2Text): Boolean

    Definition Classes
    MetaMapper
  82. def dirty_?: Boolean

    Definition Classes
    Mapper
  83. var displayFieldAsLineElement: (NodeSeq) ⇒ NodeSeq

    Definition Classes
    MetaMapper
  84. var displayNameToHeaderElement: (String) ⇒ NodeSeq

    Definition Classes
    MetaMapper
  85. def doHtmlLine(toLine: H2Text): NodeSeq

    Definition Classes
    MetaMapper
  86. def doPostCommit(func: () ⇒ Unit): H2Text

    Definition Classes
    Mapper
  87. def editFormSnippet(html: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
  88. def editSnippetCallback(obj: H2Text): Unit

    Definition Classes
    KeyedMetaMapper
  89. def editSnippetSetup: H2Text

    Definition Classes
    KeyedMetaMapper
  90. val elemName: String

    Definition Classes
    MetaMapper
  91. def encodeAsJSON_!(toEncode: H2Text): JObject

    Attributes
    protected
    Definition Classes
    MetaMapper
  92. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    KeyedMapper → AnyRef → Any
  94. object family extends MappedMeTLString[H2Text]

    Definition Classes
    H2Text
  95. def fieldByName[T](fieldName: String, actual: H2Text): Box[MappedField[T, H2Text]]

    Definition Classes
    MetaMapper
  96. def fieldByName[T](fieldName: String): Box[MappedField[T, H2Text]]

    Definition Classes
    Mapper
  97. def fieldMapperTransforms(fieldHtml: (BaseOwnedMappedField[H2Text]) ⇒ NodeSeq, mappedObject: H2Text): Seq[CssSel]

    Definition Classes
    MetaMapper
  98. def fieldMapperTransforms(fieldTransform: (BaseOwnedMappedField[H2Text]) ⇒ NodeSeq): Seq[CssSel]

    Definition Classes
    Mapper
  99. lazy val fieldMatcher: PartialFunction[(H2Text, String), MappedField[Any, H2Text]]

    Definition Classes
    MetaMapper
  100. def fieldOrder: List[BaseOwnedMappedField[H2Text]]

    Definition Classes
    MetaMapper
  101. implicit def fieldToItem[T](in: MappedField[T, H2Text]): IndexItem[H2Text]

    Definition Classes
    MetaMapper
  102. def fieldTransforms: Seq[CssSel]

    Definition Classes
    Mapper
  103. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  104. def find(by: QueryParam[H2Text]*): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  105. def find(dbId: ConnectionIdentifier, key: String): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  106. def find(key: String): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  107. def find(key: List[String]): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  108. def find(key: Any): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  109. def findAll(by: QueryParam[H2Text]*): List[H2Text]

    Definition Classes
    MetaMapper
  110. def findAll(): List[H2Text]

    Definition Classes
    MetaMapper
  111. def findAllByInsecureSql(query: String, checkedBy: IHaveValidatedThisSQL): List[H2Text]

    Definition Classes
    MetaMapper
  112. def findAllByInsecureSqlDb(dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL): List[H2Text]

    Definition Classes
    MetaMapper
  113. def findAllByPreparedStatement(dbId: ConnectionIdentifier, stmt: PreparedStatement): List[H2Text]

    Definition Classes
    MetaMapper
  114. def findAllByPreparedStatement(f: (SuperConnection) ⇒ PreparedStatement): List[H2Text]

    Definition Classes
    MetaMapper
  115. def findAllByPreparedStatementDb[T](dbId: ConnectionIdentifier, stmt: PreparedStatement)(f: (H2Text) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  116. def findAllDb(dbId: ConnectionIdentifier, by: QueryParam[H2Text]*): List[H2Text]

    Definition Classes
    MetaMapper
  117. def findAllDb(dbId: ConnectionIdentifier): List[H2Text]

    Definition Classes
    MetaMapper
  118. def findAllFields(fields: Seq[SelectableField], by: QueryParam[H2Text]*): List[H2Text]

    Definition Classes
    MetaMapper
  119. def findAllFieldsDb(dbId: ConnectionIdentifier, fields: Seq[SelectableField], by: QueryParam[H2Text]*): List[H2Text]

    Definition Classes
    MetaMapper
  120. def findApplier(name: String, inst: AnyRef): Box[(H2Text, AnyRef) ⇒ Unit]

    Attributes
    protected
    Definition Classes
    MetaMapper
  121. def findByKey(key: Long): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  122. def findDb(dbId: ConnectionIdentifier, fields: Seq[SelectableField], by: QueryParam[H2Text]*): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  123. def findDb(dbId: ConnectionIdentifier, by: QueryParam[H2Text]*): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  124. def findDb(dbId: ConnectionIdentifier, key: Any): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  125. def findDbByKey(dbId: ConnectionIdentifier, fields: Seq[SelectableField], key: Long): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  126. def findDbByKey(dbId: ConnectionIdentifier, key: Long): Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  127. def findMap[T](by: QueryParam[H2Text]*)(f: (H2Text) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  128. def findMapByInsecureSql[T](query: String, checkedBy: IHaveValidatedThisSQL)(f: (H2Text) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  129. def findMapByInsecureSqlDb[T](dbId: ConnectionIdentifier, query: String, checkedBy: IHaveValidatedThisSQL)(f: (H2Text) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  130. def findMapDb[T](dbId: ConnectionIdentifier, by: QueryParam[H2Text]*)(f: (H2Text) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  131. def findMapFieldDb[T](dbId: ConnectionIdentifier, fields: Seq[SelectableField], by: QueryParam[H2Text]*)(f: (H2Text) ⇒ Box[T]): List[T]

    Definition Classes
    MetaMapper
  132. def findOrCreate(key: List[String]): H2Text

    Definition Classes
    KeyedMetaMapper
  133. def findOrCreate(key: Any): H2Text

    Definition Classes
    KeyedMetaMapper
  134. def flatMapFieldTitleForm[T](toMap: H2Text, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

    Definition Classes
    MetaMapper
  135. def flatMapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

    Definition Classes
    Mapper
  136. def flatMapFieldTitleForm2[T](toMap: H2Text, func: (NodeSeq, MappedField[_, H2Text], NodeSeq) ⇒ Seq[T]): List[T]

    Definition Classes
    MetaMapper
  137. def flatMapFieldTitleForm2[T](func: (NodeSeq, MappedField[_, H2Text], NodeSeq) ⇒ Seq[T]): List[T]

    Definition Classes
    Mapper
  138. def formFields(toMap: H2Text): List[MappedField[_, H2Text]]

    Definition Classes
    MetaMapper
  139. def formFields: List[MappedField[_, H2Text]]

    Definition Classes
    Mapper
  140. def formSnippet(html: NodeSeq, obj: H2Text, cleanup: (H2Text) ⇒ Unit): NodeSeq

    Definition Classes
    KeyedMetaMapper
  141. var formatFormElement: (NodeSeq, NodeSeq) ⇒ NodeSeq

    Definition Classes
    MetaMapper
  142. def formatFormLine(displayName: NodeSeq, form: NodeSeq): NodeSeq

    Definition Classes
    MetaMapper
  143. def getActualBaseField(actual: H2Text, protoField: BaseOwnedMappedField[H2Text]): BaseOwnedMappedField[H2Text]

    Definition Classes
    MetaMapper
  144. def getActualField[T](actual: H2Text, protoField: MappedField[T, H2Text]): MappedField[T, H2Text]

    Definition Classes
    MetaMapper
  145. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  146. def getSingleton: H2Text.type

    Definition Classes
    H2Text → KeyedMapper → Mapper
  147. def hashCode(): Int

    Definition Classes
    KeyedMapper → AnyRef → Any
  148. object height extends MappedDouble[H2Text]

    Definition Classes
    H2Text
  149. def htmlHeaders: NodeSeq

    Definition Classes
    MetaMapper
  150. def htmlLine: NodeSeq

    Definition Classes
    Mapper
  151. object id extends MappedLongIndex[(IdPK.this)#MapperType]

    Definition Classes
    IdPK
  152. object identity extends MappedMeTLString[C]

    Definition Classes
    H2MeTLCanvasContent
  153. def indexedField(toSave: H2Text): Box[MappedField[Any, H2Text]]

    Definition Classes
    MetaMapper
  154. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  155. def localeField: Box[MappedLocale[H2Text]]

    Definition Classes
    Mapper
  156. def mapFieldTitleForm[T](toMap: H2Text, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

    Definition Classes
    MetaMapper
  157. def mapFieldTitleForm[T](func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

    Definition Classes
    Mapper
  158. lazy val mappedFields: Seq[BaseMappedField]

    Definition Classes
    MetaMapper → BaseMetaMapper
  159. lazy val mappedFieldsForModel: List[MappedField[_, H2Text]]

    Definition Classes
    MetaMapper
  160. object metlType extends MappedMeTLString[C]

    Definition Classes
    H2MeTLContent
  161. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  162. final def notify(): Unit

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

    Definition Classes
    AnyRef
  164. def objFromIndexedParam: Box[H2Text]

    Definition Classes
    KeyedMetaMapper
  165. def prependFieldTransform(transform: CssSel): Unit

    Definition Classes
    Mapper
  166. def primaryKeyField: MappedLongIndex[MapperType]

    Definition Classes
    IdPK
  167. object privacy extends MappedMeTLString[C]

    Definition Classes
    H2MeTLCanvasContent
  168. def reload: H2Text

    Definition Classes
    KeyedMapper
  169. object room extends H2MeTLIndexedString[C]

    Definition Classes
    H2MeTLContent
  170. val rootClass: Class[?0] forSome {type ?0 >: ?0, type ?0 <: MetaMapper[H2Text] with H2Text}

    Attributes
    protected
    Definition Classes
    MetaMapper
  171. def runSafe[T](f: ⇒ T): T

    Definition Classes
    Mapper
  172. def runValidationList(toValidate: H2Text): List[FieldError]

    Attributes
    protected
    Definition Classes
    MetaMapper
  173. final def safe_?: Boolean

    Definition Classes
    Mapper
  174. def save(toSave: H2Text): Boolean

    Definition Classes
    MetaMapper
  175. def save(): Boolean

    Definition Classes
    Mapper → BaseMapper
  176. def saveMe(): H2Text

    Definition Classes
    Mapper
  177. def saved_?(toSave: H2Text): Boolean

    Definition Classes
    MetaMapper
  178. def saved_?: Boolean

    Definition Classes
    Mapper
  179. object size extends MappedDouble[H2Text]

    Definition Classes
    H2Text
  180. object slide extends MappedMeTLString[C]

    Definition Classes
    H2MeTLCanvasContent
  181. object style extends MappedMeTLString[H2Text]

    Definition Classes
    H2Text
  182. def suplementalJs(ob: Box[KeyObfuscator]): List[(String, JsExp)]

    Definition Classes
    Mapper
  183. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  184. object tag extends MappedMeTLString[H2Text]

    Definition Classes
    H2Text
  185. object target extends MappedMeTLString[C]

    Definition Classes
    H2MeTLCanvasContent
  186. object text extends MappedText[H2Text]

    Definition Classes
    H2Text
  187. implicit def thisToMappee(in: Mapper[H2Text]): H2Text

    Definition Classes
    Mapper
  188. def timeZoneField: Box[MappedTimeZone[H2Text]]

    Definition Classes
    Mapper
  189. object timestamp extends MappedLong[C]

    Definition Classes
    H2MeTLStanza
  190. def toForm(toMap: H2Text): NodeSeq

    Definition Classes
    MetaMapper
  191. def toForm(button: Box[String], redoSnippet: (NodeSeq) ⇒ NodeSeq, onSuccess: (H2Text) ⇒ Unit): NodeSeq

    Definition Classes
    Mapper
  192. def toForm(button: Box[String], f: (H2Text) ⇒ Any): NodeSeq

    Definition Classes
    Mapper
  193. def toForm(button: Box[String], onSuccess: String): NodeSeq

    Definition Classes
    Mapper
  194. def toHtml(toMap: H2Text): NodeSeq

    Definition Classes
    MetaMapper
  195. def toHtml: NodeSeq

    Definition Classes
    Mapper
  196. def toString(): String

    Definition Classes
    Mapper → AnyRef → Any
  197. def toXml(what: H2Text): Elem

    Definition Classes
    MetaMapper
  198. def toXml: Elem

    Definition Classes
    Mapper
  199. def unapply(key: Any): Option[H2Text]

    Definition Classes
    KeyedMetaMapper
  200. def updateFromJSON_!(toUpdate: H2Text, json: JObject): H2Text

    Attributes
    protected
    Definition Classes
    MetaMapper
  201. final def validate(toValidate: H2Text): List[FieldError]

    Definition Classes
    MetaMapper
  202. def validate: List[FieldError]

    Definition Classes
    Mapper
  203. def validation: List[(H2Text) ⇒ List[FieldError]]

    Definition Classes
    MetaMapper
  204. def viewSnippetSetup: H2Text

    Definition Classes
    KeyedMetaMapper
  205. def viewTransform(html: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
  206. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  209. object weight extends MappedMeTLString[H2Text]

    Definition Classes
    H2Text
  210. def whatToSet(toSave: H2Text): String

    Definition Classes
    MetaMapper
  211. object width extends MappedDouble[H2Text]

    Definition Classes
    H2Text
  212. object x extends MappedDouble[H2Text]

    Definition Classes
    H2Text
  213. object y extends MappedDouble[H2Text]

    Definition Classes
    H2Text

Deprecated Value Members

  1. def addSnippet(xhtml: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use addFormSnippet instead.

  2. def appendField(pf: FieldPF): Unit

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use appendFieldTransform with CssSels instead.

  3. def editSnippet(xhtml: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use editFormSnippet instead.

  4. def fieldMapperPF(transform: (BaseOwnedMappedField[H2Text]) ⇒ NodeSeq, actual: H2Text): PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    MetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldMapperTransforms with CssSels instead.

  5. def fieldMapperPF(transform: (BaseOwnedMappedField[H2Text]) ⇒ NodeSeq): FieldPF

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldMapperTransforms with CssSels instead.

  6. def fieldPF: FieldPF

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use fieldTransforms with CssSels instead.

  7. def modSnippet(xhtml: NodeSeq, obj: H2Text, cleanup: (H2Text) ⇒ Unit): NodeSeq

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use formSnippet instead.

  8. def prependField(pf: FieldPF): Unit

    Definition Classes
    Mapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use prependFieldTransform with CssSels instead.

  9. def viewSnippet(xhtml: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
    Annotations
    @deprecated
    Deprecated

    (Since version 2.6) Use viewTransform instead.

Inherited from LongKeyedMetaMapper[H2Text]

Inherited from KeyedMetaMapper[Long, H2Text]

Inherited from MetaMapper[H2Text]

Inherited from BaseMetaMapper

Inherited from H2Text

Inherited from H2MeTLCanvasContent[H2Text]

Inherited from H2MeTLStanza[H2Text]

Inherited from H2MeTLContent[H2Text]

Inherited from IdPK

Inherited from LongKeyedMapper[H2Text]

Inherited from BaseLongKeyedMapper

Inherited from KeyedMapper[Long, H2Text]

Inherited from BaseKeyedMapper

Inherited from Mapper[H2Text]

Inherited from Serializable

Inherited from Serializable

Inherited from BaseMapper

Inherited from FieldContainer

Inherited from AnyRef

Inherited from Any

Ungrouped