net.liftweb.mongodb.record.field.MongoPasswordField

class MongoPasswordField

class MongoPasswordField[OwnerType <: MongoRecord[OwnerType]](rec : OwnerType, minLen : Int)

 extends JsonObjectField[OwnerType, Password]




Companion: MongoPasswordField

Source: MongoPasswordField.scala(46)

 Constructors

def this(rec : OwnerType)
def this(rec : OwnerType, minLen : Int)

 Fields

_1.. def _1 ThisType MandatoryTypedField
allFields.. def allFields Seq[BaseField] BaseField
asDBObject.. def asDBObject DBObject JsonObjectField
asHtml.. def asHtml NodeSeq ReadableField
asJValue.. def asJValue
Encode the field value into a JValue
JValue JsonObjectField
asJs.. override def asJs
Returns the field's value as a valid JavaScript expression
Str
asString.. def asString String TypedField
canRead_?.. def canRead_? Boolean BaseField
canWrite_?.. def canWrite_? Boolean BaseField
checkCanRead_?.. def checkCanRead_? Boolean BaseField
checkCanWrite_?.. def checkCanWrite_? Boolean BaseField
defaultValue.. override def defaultValue Password
defaultValueBox.. def defaultValueBox Box[ThisType] MandatoryTypedField
dirty_?.. def dirty_? Boolean BaseField
displayHtml.. def displayHtml NodeSeq ReadableField
displayName.. def displayName String ReadableField
displayNameHtml.. def displayNameHtml Box[NodeSeq] ReadableField
fieldId.. def fieldId Option[NodeSeq] SettableField
formats.. implicit val formats Formats JsonObjectField
get.. def get ThisType MandatoryTypedField
helpAsHtml.. def helpAsHtml Box[NodeSeq] SettableField
ignoreField_?.. def ignoreField_? Boolean BaseField
is.. def is ThisType MandatoryTypedField
label.. def label NodeSeq BaseField
name.. def name String BaseField
noValueErrorMessage.. def noValueErrorMessage String BaseField
notOptionalErrorMessage.. def notOptionalErrorMessage String BaseField
optional_?.. override def optional_? Boolean MandatoryTypedField
owner.. def owner OwnerType JsonObjectField
productArity.. override def productArity Int Product1
productPrefix.. def productPrefix String Product
required_?.. def required_? Boolean SettableField
safe_?.. override final def safe_? Boolean OwnedField
shouldDisplay_?.. def shouldDisplay_? Boolean ReadableField
show_?.. def show_? Boolean SettableField
tabIndex.. def tabIndex Int BaseField
toForm.. override def toForm
Convert the field value to an XHTML representation
Box[NodeSeq]
toXHtml.. def toXHtml NodeSeq BaseField
uniqueFieldId.. override def uniqueFieldId Box[String] BaseField
uploadField_?.. def uploadField_? Boolean SettableField
validate.. override def validate List[FieldError]
validatorValue.. var validatorValue Box[Password]
value.. def value ThisType MandatoryTypedField
valueBox.. def valueBox Box[ThisType] TypedField

 Methods

!=.. final def !=(arg0 : Object) Boolean AnyRef
!=.. final def !=(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Object) Boolean AnyRef
apply.. def apply(arg0 : ThisType) OwnerType Field
apply.. def apply(arg0 : Box[ThisType]) OwnerType Field
asInstanceOf.. final def asInstanceOf[T0] T0 Any
asJString.. protected def asJString(arg0 : (ThisType) => String) JValue TypedField
boxNodeFuncToFieldError.. protected implicit def boxNodeFuncToFieldError(arg0 : (Box[ThisType]) => Box[Node]) (Box[ThisType]) => List[FieldError] TypedField
boxNodeToFieldError.. protected implicit def boxNodeToFieldError(arg0 : Box[Node]) List[FieldError] TypedField
canEqual.. def canEqual(arg0 : Any) Boolean MandatoryTypedField
clear.. def clear Unit TypedField
clone.. protected def clone Object AnyRef
dirty_?.. protected def dirty_?(arg0 : Boolean) Unit BaseField
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
finalize.. protected def finalize Unit AnyRef
genericSetFromAny.. protected final def genericSetFromAny(arg0 : Any) Box[ThisType] TypedField
getClass.. final def getClass Class[Any] AnyRef
hashCode.. def hashCode Int AnyRef
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
isMatch.. def isMatch(toMatch : String) Boolean
liftSetFilterToBox.. protected def liftSetFilterToBox(arg0 : Box[ThisType]) Box[ThisType] MandatoryTypedField
ne.. final def ne(arg0 : Object) Boolean AnyRef
nodeToFieldError.. protected implicit def nodeToFieldError(arg0 : Node) List[FieldError] TypedField
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
obscure.. def obscure(arg0 : ThisType) Box[ThisType] TypedField
productElement.. override def productElement(arg0 : Int) Any Product1
resetDirty.. def resetDirty Unit BaseField
runFilters.. def runFilters(arg0 : Box[ThisType], arg1 : List[(Box[ThisType]) => Box[ThisType]]) Box[ThisType] TypedField
runValidation.. protected def runValidation(arg0 : Box[ThisType]) List[FieldError] TypedField
set.. def set(arg0 : ThisType) ThisType MandatoryTypedField
setBox.. def setBox(arg0 : Box[ThisType]) Box[ThisType] TypedField
setFilter.. protected def setFilter List[(ValueType) => ValueType] TypedField
setFilterBox.. protected def setFilterBox List[(Box[ThisType]) => Box[ThisType]] TypedField
setFromAny.. def setFromAny(in : Any) Box[JObjectType] JsonObjectField
setFromDBObject.. def setFromDBObject(dbo : DBObject) Box[JObjectType] JsonObjectField
setFromJString.. protected def setFromJString(arg0 : JValue) Box[ThisType] TypedField
setFromJValue.. def setFromJValue(jvalue : JValue) Box[JObjectType] JsonObjectField
setFromString.. def setFromString(in : String) Box[JObjectType] JsonObjectField
setPassword.. def setPassword(in : String) Password
set_!.. override def set_!(in : Box[Password]) Box[Password]
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toBoxMyType.. def toBoxMyType(arg0 : ThisType) Full[ThisType] MandatoryTypedField
toString.. override def toString String MandatoryTypedField
toValueType.. def toValueType(arg0 : Box[ThisType]) ThisType MandatoryTypedField
validations.. override def validations List[(Password) => List[FieldError]]
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.