net.liftweb.mongodb.record.field.DateField

class DateField

class DateField[OwnerType <: MongoRecord[OwnerType]](rec : OwnerType)

 extends Field[Date, OwnerType] with MandatoryTypedField[Date]




Source: DateField.scala(35)

 Constructors

def this(rec : OwnerType)

 Fields

_1.. def _1 ThisType MandatoryTypedField
allFields.. def allFields Seq[BaseField] BaseField
asHtml.. def asHtml NodeSeq ReadableField
asJValue.. def asJValue JValue
asJs.. def asJs JsExp
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.. def defaultValue Date
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
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
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.. def toForm Box[NodeSeq]
toXHtml.. def toXHtml NodeSeq BaseField
uniqueFieldId.. override def uniqueFieldId Box[String] BaseField
uploadField_?.. def uploadField_? Boolean SettableField
validate.. def validate List[FieldError] TypedField
value.. def value ThisType MandatoryTypedField
valueBox.. def valueBox Box[ThisType] TypedField

 Methods

!=.. final def !=(arg0 : Any) Boolean Any
!=.. final def !=(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Any) Boolean Any
apply.. def apply(arg0 : Box[ThisType]) OwnerType Field
apply.. def apply(arg0 : 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
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[Date]
setFromJString.. protected def setFromJString(arg0 : JValue) Box[ThisType] TypedField
setFromJValue.. def setFromJValue(jvalue : JValue) Box[Date]
setFromString.. def setFromString(in : String) Box[Date]
set_!.. protected def set_!(arg0 : Box[ThisType]) Box[ThisType] TypedField
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toBoxMyType.. def toBoxMyType(arg0 : ThisType) Full[ThisType] MandatoryTypedField
toString.. override def toString String
toValueType.. def toValueType(arg0 : Box[ThisType]) ThisType MandatoryTypedField
validations.. def validations List[Function1] TypedField
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.