net.liftmodules.FoBoBs.mapper

BootstrapMegaMetaProtoUser

Related Doc: package mapper

trait BootstrapMegaMetaProtoUser[ModelType <: MegaProtoUser[ModelType]] extends KeyedMetaMapper[Long, ModelType] with ProtoUser

The BootstrapMegaMetaProtoUser trait adds Bootstrap v3.x styling to the ProtoUser form views. In addition it also contains some related Lift i18n localization to nodeSeq resource overrides to make it easy for users of this trait to customize submit button label, field legend, field label, field placeholder, lift messages and more.

Self Type
BootstrapMegaMetaProtoUser[ModelType] with ModelType
Since

v1.1

Linear Supertypes
ProtoUser, KeyedMetaMapper[Long, ModelType], KeyedMapper[Long, ModelType], BaseKeyedMapper, MetaMapper[ModelType], Mapper[ModelType], SourceInfo, Serializable, Serializable, BaseMapper, FieldContainer, BaseMetaMapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BootstrapMegaMetaProtoUser
  2. ProtoUser
  3. KeyedMetaMapper
  4. KeyedMapper
  5. BaseKeyedMapper
  6. MetaMapper
  7. Mapper
  8. SourceInfo
  9. Serializable
  10. Serializable
  11. BaseMapper
  12. FieldContainer
  13. BaseMetaMapper
  14. AnyRef
  15. 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. trait FieldPointerBridge extends AnyRef

    Attributes
    protected
    Definition Classes
    ProtoUser
  5. abstract type FieldPointerType

    Definition Classes
    ProtoUser
  6. type KeyedMapperType = ModelType

    Definition Classes
    KeyedMapper → BaseKeyedMapper
  7. type MapperType = ModelType

    Definition Classes
    Mapper → BaseMapper
  8. case class MenuItem extends Product with Serializable

    Definition Classes
    ProtoUser
  9. type OtherMapper = KeyedMapper[_, _]

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

    Definition Classes
    MetaMapper
  11. type Q = MappedForeignKey[(BootstrapMegaMetaProtoUser.this)#AnyBound, ModelType, OO] with MappedField[(BootstrapMegaMetaProtoUser.this)#AnyBound, ModelType] forSome {type OO <: KeyedMapper[(BootstrapMegaMetaProtoUser.this)#AnyBound, OO]}

    Definition Classes
    KeyedMetaMapper
  12. type RealType = ModelType

    Definition Classes
    MetaMapper → BaseMetaMapper
  13. type TheKeyType = Long

    Definition Classes
    KeyedMapper → BaseKeyedMapper
  14. abstract type TheUserType

    Definition Classes
    ProtoUser
  15. trait UserBridge extends AnyRef

    Attributes
    protected
    Definition Classes
    ProtoUser

Abstract Value Members

  1. implicit abstract def buildFieldBridge(from: (BootstrapMegaMetaProtoUser.this)#FieldPointerType): (BootstrapMegaMetaProtoUser.this)#FieldPointerBridge

    Attributes
    protected
    Definition Classes
    ProtoUser
  2. abstract def computeFieldFromPointer(instance: (BootstrapMegaMetaProtoUser.this)#TheUserType, pointer: (BootstrapMegaMetaProtoUser.this)#FieldPointerType): Box[BaseField]

    Attributes
    protected
    Definition Classes
    ProtoUser
  3. abstract def createNewUserInstance(): (BootstrapMegaMetaProtoUser.this)#TheUserType

    Attributes
    protected
    Definition Classes
    ProtoUser
  4. abstract def editFields: List[(BootstrapMegaMetaProtoUser.this)#FieldPointerType]

    Definition Classes
    ProtoUser
  5. abstract def findUserByUniqueId(id: String): Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]

    Attributes
    protected
    Definition Classes
    ProtoUser
  6. abstract def findUserByUserName(username: String): Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]

    Attributes
    protected
    Definition Classes
    ProtoUser
  7. abstract def getSingleton: KeyedMetaMapper[Long, ModelType]

    Definition Classes
    KeyedMapper → Mapper
  8. abstract def primaryKeyField: MappedField[Long, ModelType] with IndexedField[Long]

    Definition Classes
    KeyedMapper → BaseKeyedMapper
  9. abstract def signupFields: List[(BootstrapMegaMetaProtoUser.this)#FieldPointerType]

    Definition Classes
    ProtoUser
  10. implicit abstract def typeToBridge(in: (BootstrapMegaMetaProtoUser.this)#TheUserType): (BootstrapMegaMetaProtoUser.this)#UserBridge

    Attributes
    protected
    Definition Classes
    ProtoUser
  11. abstract def userFromStringId(id: String): Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]

    Attributes
    protected
    Definition Classes
    ProtoUser

Concrete 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. lazy val ItemList: List[(BootstrapMegaMetaProtoUser.this)#MenuItem]

    Definition Classes
    ProtoUser
  5. final def _dbTableNameLC: String

    Definition Classes
    MetaMapper → BaseMetaMapper
  6. def actionsAfterSignup(theUser: (BootstrapMegaMetaProtoUser.this)#TheUserType, func: () ⇒ Nothing): Nothing

    Attributes
    protected
    Definition Classes
    ProtoUser
  7. def addEndStuffs(in: String, params: List[QueryParam[ModelType]], conn: SuperConnection): (String, Box[Long], Box[Long])

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

    Definition Classes
    KeyedMetaMapper
  9. def addSnippetCallback(obj: ModelType): Unit

    Definition Classes
    KeyedMetaMapper
  10. def addSnippetSetup: ModelType

    Definition Classes
    KeyedMetaMapper
  11. def afterCommit: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  12. def afterCreate: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  13. def afterDelete: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  14. def afterSave: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  15. def afterSchemifier: Unit

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

    Definition Classes
    MetaMapper
  17. def afterValidation: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  18. def afterValidationOnCreate: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  19. def afterValidationOnUpdate: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  20. def allFieldNames(): Seq[(String, SourceFieldMetadata)]

    Definition Classes
    Mapper → SourceInfo
  21. def allFields: Seq[BaseField]

    Definition Classes
    Mapper → FieldContainer
  22. def appendFieldToStrings(in: ModelType): String

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

    Definition Classes
    Mapper
  24. def asHtml(toLine: ModelType): NodeSeq

    Definition Classes
    MetaMapper
  25. def asHtml: NodeSeq

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

    Definition Classes
    Any
  27. def asJs(actual: ModelType): JsExp

    Definition Classes
    MetaMapper
  28. def asJs: JsExp

    Definition Classes
    Mapper
  29. def asSafeJs(actual: ModelType, f: KeyObfuscator): JsExp

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

    Definition Classes
    KeyedMapper
  31. def asValid: Box[ModelType]

    Definition Classes
    Mapper
  32. var autologinFunc: Box[() ⇒ Unit]

    Definition Classes
    ProtoUser
  33. def basePath: List[String]

    Definition Classes
    ProtoUser
  34. def bccEmail: Box[String]

    Definition Classes
    ProtoUser
  35. def beforeCreate: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  36. def beforeDelete: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  37. def beforeSave: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  38. def beforeSchemifier: Unit

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

    Definition Classes
    MetaMapper
  40. def beforeValidation: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  41. def beforeValidationOnCreate: List[(ModelType) ⇒ Unit]

    Definition Classes
    MetaMapper
  42. def beforeValidationOnUpdate: List[(ModelType) ⇒ Unit]

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

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

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

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

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

    Definition Classes
    MetaMapper
  48. def capturePreLoginState(): () ⇒ Unit

    Attributes
    protected
    Definition Classes
    ProtoUser
  49. def changePassword: NodeSeq

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  50. def changePasswordMenuLoc: Box[Menu]

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.change.password'
    Corresponding Lift i18n key: 'change.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  51. def changePasswordMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  52. lazy val changePasswordPath: List[String]

    Definition Classes
    ProtoUser
  53. def changePasswordSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Definition Classes
    ProtoUser
  54. def changePasswordSuffix: String

    Definition Classes
    ProtoUser
  55. def changePasswordXhtml: Elem

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  56. def checkNames: Unit

    Definition Classes
    Mapper
  57. def clean_?(toCheck: ModelType): Boolean

    Definition Classes
    MetaMapper
  58. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. val columnNamesForInsert: String

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

    Definition Classes
    MetaMapper
  61. val columnQueriesForInsert: String

    Definition Classes
    MetaMapper
  62. def comparePrimaryKeys(other: ModelType): Boolean

    Definition Classes
    KeyedMapper → Mapper
  63. def connectionIdentifier: ConnectionIdentifier

    Definition Classes
    Mapper
  64. def connectionIdentifier(id: ConnectionIdentifier): ModelType

    Definition Classes
    Mapper
  65. def count(by: QueryParam[ModelType]*): Long

    Definition Classes
    MetaMapper
  66. def count: Long

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

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

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

    Definition Classes
    MetaMapper
  70. def countryField: Box[MappedCountry[ModelType]]

    Definition Classes
    Mapper
  71. def create: ModelType

    Definition Classes
    MetaMapper
  72. def createInstance: ModelType

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

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

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

    Definition Classes
    MetaMapper
  76. def createUserMenuLoc: Box[Menu]

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.sign.up'
    Corresponding Lift i18n key: 'sign.up' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  77. def createUserMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  78. def crudSnippets: SnippetPF

    Definition Classes
    KeyedMetaMapper
  79. def crudSnippets_?: Boolean

    Definition Classes
    KeyedMetaMapper
  80. def currentUser: Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]

    Definition Classes
    ProtoUser
  81. def currentUserId: Box[String]

    Definition Classes
    ProtoUser
  82. def dbAddTable: Box[() ⇒ Unit]

    Definition Classes
    MetaMapper → BaseMetaMapper
  83. def dbCalculateConnectionIdentifier: PartialFunction[ModelType, ConnectionIdentifier]

    Definition Classes
    Mapper
  84. def dbDefaultConnectionIdentifier: ConnectionIdentifier

    Definition Classes
    MetaMapper
  85. def dbIndexes: List[BaseIndex[ModelType]]

    Definition Classes
    MetaMapper → BaseMetaMapper
  86. def dbName: String

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

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

    Definition Classes
    KeyedMetaMapper
  89. def dbTableName: String

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

    Definition Classes
    Mapper
  91. def decodeFromJSON_!(json: JObject, markFieldsAsDirty: Boolean): ModelType

    Attributes
    protected
    Definition Classes
    MetaMapper
  92. def delete_!(toDelete: ModelType): Boolean

    Definition Classes
    MetaMapper
  93. def delete_!: Boolean

    Definition Classes
    Mapper
  94. def destroySessionOnLogin: Boolean

    Attributes
    protected
    Definition Classes
    ProtoUser
  95. def dirty_?(toTest: ModelType): Boolean

    Definition Classes
    MetaMapper
  96. def dirty_?: Boolean

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

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

    Definition Classes
    MetaMapper
  99. lazy val doAllFieldNames: Seq[(String, SourceFieldMetadata)]

    Definition Classes
    MetaMapper
  100. def doHtmlLine(toLine: ModelType): NodeSeq

    Definition Classes
    MetaMapper
  101. def doPostCommit(func: () ⇒ Unit): ModelType

    Definition Classes
    Mapper
  102. def doWithUser[T](u: Box[(BootstrapMegaMetaProtoUser.this)#TheUserType])(f: ⇒ T): T

    Definition Classes
    ProtoUser
  103. def edit: NodeSeq

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  104. def editFormSnippet(html: NodeSeq): NodeSeq

    Definition Classes
    KeyedMetaMapper
  105. object editFunc extends RequestVar[Box[() ⇒ NodeSeq]]

    Definition Classes
    ProtoUser
  106. lazy val editPath: List[String]

    Definition Classes
    ProtoUser
  107. def editSnippetCallback(obj: ModelType): Unit

    Definition Classes
    KeyedMetaMapper
  108. def editSnippetSetup: ModelType

    Definition Classes
    KeyedMetaMapper
  109. def editSubmitButton(name: StringOrNodeSeq, func: () ⇒ Any, attrs: liftweb.http.SHtml.ElemAttr*): NodeSeq

    Attributes
    protected
  110. def editSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Definition Classes
    ProtoUser
  111. def editSuffix: String

    Definition Classes
    ProtoUser
  112. def editUserMenuLoc: Box[Menu]

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.edit.user'
    Corresponding Lift i18n key: 'edit.user' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  113. def editUserMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  114. def editXhtml(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): Elem

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  115. val elemName: String

    Definition Classes
    MetaMapper
  116. def emailFrom: String

    Definition Classes
    ProtoUser
  117. def encodeAsJSON_!(toEncode: ModelType): JObject

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

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

    Definition Classes
    KeyedMapper → AnyRef → Any
  120. def extractLocalFormPasswordField(form: NodeSeq, field: BaseField): (NodeSeq, NodeSeq)

    Attributes
    protected
  121. def fieldByName[T](fieldName: String, actual: ModelType): Box[MappedField[T, ModelType]]

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

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

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

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

    Definition Classes
    MetaMapper
  126. lazy val fieldNamesAsMap: Map[String, SourceFieldMetadata]

    Definition Classes
    MetaMapper
  127. def fieldOrder: List[BaseOwnedMappedField[ModelType]]

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

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

    Definition Classes
    Mapper
  130. def finalize(): Unit

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

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

    Definition Classes
    KeyedMetaMapper
  133. def find(key: String): Box[ModelType]

    Definition Classes
    KeyedMetaMapper
  134. def find(key: List[String]): Box[ModelType]

    Definition Classes
    KeyedMetaMapper
  135. def find(key: Any): Box[ModelType]

    Definition Classes
    KeyedMetaMapper
  136. def findAll(by: QueryParam[ModelType]*): List[ModelType]

    Definition Classes
    MetaMapper
  137. def findAll(): List[ModelType]

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

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

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

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

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

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

    Definition Classes
    MetaMapper
  144. def findAllDb(dbId: ConnectionIdentifier): List[ModelType]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    MetaMapper
  159. def findOrCreate(key: List[String]): ModelType

    Definition Classes
    KeyedMetaMapper
  160. def findOrCreate(key: Any): ModelType

    Definition Classes
    KeyedMetaMapper
  161. def findSourceField(name: String): Box[SourceFieldInfo]

    Definition Classes
    Mapper → SourceInfo
  162. def flatMapFieldTitleForm[T](toMap: ModelType, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ Seq[T]): List[T]

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

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

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

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

    Definition Classes
    MetaMapper
  167. def formFields: List[MappedField[_, ModelType]]

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

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

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

    Definition Classes
    MetaMapper
  171. def generateResetEmailBodies(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, resetLink: String): List[MailBodyType]

    Attributes
    protected
    Definition Classes
    ProtoUser
  172. def generateValidationEmailBodies(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, resetLink: String): List[MailBodyType]

    Attributes
    protected
    Definition Classes
    ProtoUser
  173. def getActualBaseField(actual: ModelType, protoField: BaseOwnedMappedField[ModelType]): BaseOwnedMappedField[ModelType]

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

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

    Definition Classes
    AnyRef → Any
  176. def globalUserLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  177. def hashCode(): Int

    Definition Classes
    KeyedMapper → AnyRef → Any
  178. def homePage: String

    Definition Classes
    ProtoUser
  179. def htmlHeaders: NodeSeq

    Definition Classes
    MetaMapper
  180. def htmlLine: NodeSeq

    Definition Classes
    Mapper
  181. def indexedField(toSave: ModelType): Box[MappedField[Any, ModelType]]

    Definition Classes
    MetaMapper
  182. def inputSubmitButtonWithAttribs(name: StringOrNodeSeq, func: () ⇒ Any, attrs: liftweb.http.SHtml.ElemAttr*): Elem

    Attributes
    protected
  183. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  184. def localForm(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, ignorePassword: Boolean, fields: List[(BootstrapMegaMetaProtoUser.this)#FieldPointerType]): NodeSeq

    Attributes
    protected
    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  185. def localeField: Box[MappedLocale[ModelType]]

    Definition Classes
    Mapper
  186. def logUserIdIn(id: String): Unit

    Definition Classes
    ProtoUser
  187. def logUserIn(who: (BootstrapMegaMetaProtoUser.this)#TheUserType): Unit

    Definition Classes
    ProtoUser
  188. def logUserIn(who: (BootstrapMegaMetaProtoUser.this)#TheUserType, postLogin: () ⇒ Nothing): Nothing

    Definition Classes
    ProtoUser
  189. def logUserOut(): Unit

    Definition Classes
    ProtoUser
  190. def loggedIn_?: Boolean

    Definition Classes
    ProtoUser
  191. def login: Elem

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  192. def loginFirst: If

    Definition Classes
    ProtoUser
  193. def loginMenuLoc: Box[Menu]

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.login'
    Corresponding Lift i18n key: 'login' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  194. def loginMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  195. def loginPageURL: String

    Definition Classes
    ProtoUser
  196. lazy val loginPath: List[String]

    Definition Classes
    ProtoUser
  197. object loginRedirect extends SessionVar[Box[String]]

    Definition Classes
    ProtoUser
  198. def loginSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Definition Classes
    ProtoUser
  199. def loginSuffix: String

    Definition Classes
    ProtoUser
  200. def loginXhtml: Elem

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  201. def logout: Nothing

    Definition Classes
    ProtoUser
  202. def logoutCurrentUser: Unit

    Definition Classes
    ProtoUser
  203. def logoutMenuLoc: Box[Menu]

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.logout'
    Corresponding Lift i18n key: 'logout' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  204. def logoutMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  205. lazy val logoutPath: List[String]

    Definition Classes
    ProtoUser
  206. def logoutSuffix: String

    Definition Classes
    ProtoUser
  207. def lostPassword: NodeSeq

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  208. def lostPasswordMenuLoc: Box[Menu]

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.lost.password'
    Corresponding Lift i18n key: 'lost.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  209. def lostPasswordMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  210. lazy val lostPasswordPath: List[String]

    Definition Classes
    ProtoUser
  211. def lostPasswordSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Definition Classes
    ProtoUser
  212. def lostPasswordSuffix: String

    Definition Classes
    ProtoUser
  213. def lostPasswordXhtml: Elem

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  214. def mapFieldTitleForm[T](toMap: ModelType, func: (NodeSeq, Box[NodeSeq], NodeSeq) ⇒ T): List[T]

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

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

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

    Definition Classes
    MetaMapper
  218. def menuNameSuffix: String

    Attributes
    protected
    Definition Classes
    ProtoUser
  219. def menus: List[Menu]

    Definition Classes
    ProtoUser
  220. def mutateUserOnEdit(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): (BootstrapMegaMetaProtoUser.this)#TheUserType

    Attributes
    protected
    Definition Classes
    ProtoUser
  221. def mutateUserOnSignup(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): (BootstrapMegaMetaProtoUser.this)#TheUserType

    Attributes
    protected
    Definition Classes
    ProtoUser
  222. def myChangePasswordSubmitButton(name: StringOrNodeSeq, func: () ⇒ Any = () => {}): NodeSeq

  223. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  224. def niceName(inst: (BootstrapMegaMetaProtoUser.this)#TheUserType): String

    Definition Classes
    ProtoUser
  225. def niceNameWEmailLink(inst: (BootstrapMegaMetaProtoUser.this)#TheUserType): Elem

    Definition Classes
    ProtoUser
  226. def notLoggedIn_?: Boolean

    Definition Classes
    ProtoUser
  227. final def notify(): Unit

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

    Definition Classes
    AnyRef
  229. def objFromIndexedParam: Box[ModelType]

    Definition Classes
    KeyedMetaMapper
  230. var onLogIn: List[((BootstrapMegaMetaProtoUser.this)#TheUserType) ⇒ Unit]

    Definition Classes
    ProtoUser
  231. var onLogOut: List[(Box[(BootstrapMegaMetaProtoUser.this)#TheUserType]) ⇒ Unit]

    Definition Classes
    ProtoUser
  232. def passwordReset(id: String): NodeSeq

    Definition Classes
    ProtoUser
  233. def passwordResetEmailSubject: String

    Definition Classes
    ProtoUser
  234. def passwordResetMailBody(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, resetLink: String): Elem

    Definition Classes
    ProtoUser
  235. lazy val passwordResetPath: List[String]

    Definition Classes
    ProtoUser
  236. def passwordResetSuffix: String

    Definition Classes
    ProtoUser
  237. def passwordResetXhtml: Elem

    Definition Classes
    ProtoUser
  238. def prependFieldTransform(transform: CssSel): Unit

    Definition Classes
    Mapper
  239. def reload: ModelType

    Definition Classes
    KeyedMapper
  240. def resChangePasswordLabelNewPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.label.new.password'
    Corresponding Lift i18n key: 'new.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  241. def resChangePasswordLabelOldPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.label.old.password'
    Corresponding Lift i18n key: 'old.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  242. def resChangePasswordLabelRepeatPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.label.repeat.password'
    Corresponding Lift i18n key: 'repeat.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  243. def resChangePasswordLegendChangePassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.legend'
    Corresponding Lift i18n key: 'change.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  244. def resChangePasswordPlaceholderNewPassword: String

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.placeholder.new.password'
    Corresponding Lift i18n key: 'new.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  245. def resChangePasswordPlaceholderOldPassword: String

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.placeholder.old.password'
    Corresponding Lift i18n key: 'old.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  246. def resChangePasswordSubmitChange: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.ChangePassword.submit'
    Corresponding Lift i18n key: 'fobo.submit.password.change' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  247. def resEditLegendEdit: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Edit.legend'
    Corresponding Lift i18n key: 'edit' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  248. def resEditSubmitSave: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Edit.submit'
    Corresponding Lift i18n key: 'Save' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  249. def resLoginLabelPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.label.password'
    Corresponding Lift i18n key: 'password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  250. def resLoginLabelRecoverPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.label.recover.password'
    Corresponding Lift i18n key: 'recover.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  251. def resLoginLegendLogin: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.legend'
    Corresponding Lift i18n key: 'log.in' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  252. def resLoginMsgErrorAcountValidation: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.msg.error.account.validation'
    Corresponding Lift i18n key: 'account.validation.error' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  253. def resLoginMsgErrorInvalidCredetial: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.msg.error.invalid.credentials'
    Corresponding Lift i18n key: 'invalid.credentials' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  254. def resLoginMsgNoticeLogedIn: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.msg.notice.logged.in'
    Corresponding Lift i18n key: 'logged.in' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  255. def resLoginPlaceholderPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.placeholder.password'
    Corresponding Lift i18n key: 'password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  256. def resLoginSubmit: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.Login.submit'
    Corresponding Lift i18n key: 'log.in' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  257. def resLostPasswordLabelUserName: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.LostPassword.label.userName'
    Corresponding Lift i18n key: see 'userNameFieldString' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  258. def resLostPasswordLegendEnterEmail: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.LostPassword.legend'
    Corresponding Lift i18n key: 'enter.email' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  259. def resLostPasswordPlaceholderUserName: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.LostPassword.placeholder.userName'
    Corresponding Lift i18n key: see 'userNameFieldString' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  260. def resLostPasswordSubmit: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.LostPassword.submit'
    Corresponding Lift i18n key: 'send.it' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  261. def resSignUpLabelPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.label.password'
    Corresponding Lift i18n key: 'password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  262. def resSignUpLabelRepeatPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.label.repeat.password'
    Corresponding Lift i18n key: 'repeat.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  263. def resSignUpLegendSignUp: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.legend'
    Corresponding Lift i18n key: 'sign.up' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  264. def resSignUpPlaceholderPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.placeholder.password'
    Corresponding Lift i18n key: 'password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  265. def resSignUpPlaceholderRepeatPassword: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.placeholder.repeat.password'
    Corresponding Lift i18n key: 'repeat.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  266. def resSignUpSubmitSignUp: NodeSeq

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.ProtoUser.SignUp.submit'
    Corresponding Lift i18n key: 'sign.up' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

  267. def resetPasswordMenuLoc: Box[Menu]

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo internationalization resource key for overriding the Lift i18n key.

    FoBo resource key: 'fobo.menu.loc.reset.password'
    Corresponding Lift i18n key: 'reset.password' -- If the FoBo resource key is not set this Lift i18n key value will be used.

    If the FoBo resource key is set for the desired locale(s) in a localization resource file it will override lift's corresponding key value. If the key is present but the value is empty it will render empty.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  268. def resetPasswordMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  269. def resetPasswordSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Definition Classes
    ProtoUser
  270. val rootClass: Class[?0] forSome {type ?0 >: ?0, type ?0 <: MetaMapper[ModelType] with ModelType}

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

    Definition Classes
    Mapper
  272. def runValidationList(toValidate: ModelType): List[FieldError]

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

    Definition Classes
    Mapper
  274. def save(toSave: ModelType): Boolean

    Definition Classes
    MetaMapper
  275. def save(): Boolean

    Definition Classes
    Mapper → BaseMapper
  276. def saveMe(): ModelType

    Definition Classes
    Mapper
  277. def saved_?(toSave: ModelType): Boolean

    Definition Classes
    MetaMapper
  278. def saved_?: Boolean

    Definition Classes
    Mapper
  279. def screenWrap: Box[Node]

    Definition Classes
    ProtoUser
  280. def sendPasswordReset(email: String): Unit

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  281. def sendValidationEmail(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): Unit

    Send validation email to the user.

    Send validation email to the user. The XHTML version of the mail body is generated by calling signupMailBody. You can customize the mail sent to users by override generateValidationEmailBodies to send non-HTML mail or alternative mail bodies.

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  282. def shortName(inst: (BootstrapMegaMetaProtoUser.this)#TheUserType): String

    Definition Classes
    ProtoUser
  283. lazy val signUpPath: List[String]

    Definition Classes
    ProtoUser
  284. def signUpSuffix: String

    Definition Classes
    ProtoUser
  285. def signup: NodeSeq

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  286. object signupFunc extends RequestVar[Box[() ⇒ NodeSeq]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  287. def signupMailBody(user: (BootstrapMegaMetaProtoUser.this)#TheUserType, validationLink: String): Elem

    Definition Classes
    ProtoUser
  288. def signupMailSubject: String

    Definition Classes
    ProtoUser
  289. def signupSubmitButton(name: StringOrNodeSeq, func: () ⇒ Any, attrs: liftweb.http.SHtml.ElemAttr*): NodeSeq

    Attributes
    protected
  290. def signupSubmitButton(name: String, func: () ⇒ Any): NodeSeq

    Definition Classes
    ProtoUser
  291. def signupXhtml(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): Elem

    Definition Classes
    BootstrapMegaMetaProtoUser → ProtoUser
  292. lazy val sitemap: List[Menu]

    Definition Classes
    ProtoUser
  293. def sitemapMutator: (SiteMap) ⇒ SiteMap

    Definition Classes
    ProtoUser
  294. def skipEmailValidation: Boolean

    Definition Classes
    ProtoUser
  295. def snarfLastItem: String

    Attributes
    protected
    Definition Classes
    ProtoUser
  296. def standardSubmitButton(name: String, func: () ⇒ Any): Elem

    Definition Classes
    ProtoUser
  297. def superUser_?: Boolean

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

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

    Definition Classes
    AnyRef
  300. def testLoggedIn(page: String): Boolean

    Definition Classes
    ProtoUser
  301. lazy val testLogginIn: If

    Definition Classes
    ProtoUser
  302. lazy val testSuperUser: If

    Definition Classes
    ProtoUser
  303. def thePath(end: String): List[String]

    Attributes
    protected
    Definition Classes
    ProtoUser
  304. implicit def thisToMappee(in: Mapper[ModelType]): ModelType

    Definition Classes
    Mapper
  305. def timeZoneField: Box[MappedTimeZone[ModelType]]

    Definition Classes
    Mapper
  306. def toForm(toMap: ModelType): NodeSeq

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

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

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

    Definition Classes
    Mapper
  310. def toHtml(toMap: ModelType): NodeSeq

    Definition Classes
    MetaMapper
  311. def toHtml: NodeSeq

    Definition Classes
    Mapper
  312. def toString(): String

    Definition Classes
    Mapper → AnyRef → Any
  313. def toXml(what: ModelType): Elem

    Definition Classes
    MetaMapper
  314. def toXml: Elem

    Definition Classes
    Mapper
  315. def unapply(key: Any): Option[ModelType]

    Definition Classes
    KeyedMetaMapper
  316. def updateFromJSON_!(toUpdate: ModelType, json: JObject): ModelType

    Attributes
    protected
    Definition Classes
    MetaMapper
  317. def userMenu: List[Node]

    Definition Classes
    ProtoUser
  318. def userNameFieldString: String

    Definition Classes
    ProtoUser
  319. def userNameNotFoundString: String

    Definition Classes
    ProtoUser
  320. final def validate(toValidate: ModelType): List[FieldError]

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

    Definition Classes
    Mapper
  322. def validateSignup(user: (BootstrapMegaMetaProtoUser.this)#TheUserType): List[FieldError]

    Definition Classes
    ProtoUser
  323. def validateUser(id: String): NodeSeq

    Definition Classes
    ProtoUser
  324. def validateUserMenuLoc: Box[Menu]

    Definition Classes
    ProtoUser
  325. def validateUserMenuLocParams: List[LocParam[Unit]]

    Attributes
    protected
    Definition Classes
    ProtoUser
  326. lazy val validateUserPath: List[String]

    Definition Classes
    ProtoUser
  327. def validateUserSuffix: String

    Definition Classes
    ProtoUser
  328. def validation: List[(ModelType) ⇒ List[FieldError]]

    Definition Classes
    MetaMapper
  329. def viewSnippetSetup: ModelType

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  334. def whatToSet(toSave: ModelType): String

    Definition Classes
    MetaMapper
  335. def wrapIt(in: NodeSeq): NodeSeq

    Attributes
    protected
    Definition Classes
    ProtoUser

Inherited from ProtoUser

Inherited from KeyedMetaMapper[Long, ModelType]

Inherited from KeyedMapper[Long, ModelType]

Inherited from BaseKeyedMapper

Inherited from MetaMapper[ModelType]

Inherited from Mapper[ModelType]

Inherited from SourceInfo

Inherited from Serializable

Inherited from Serializable

Inherited from BaseMapper

Inherited from FieldContainer

Inherited from BaseMetaMapper

Inherited from AnyRef

Inherited from Any

Ungrouped