Type Members
-
type
TheOwnerType
<: Mapper[TheOwnerType]
-
type
ValueType
Abstract Value Members
-
def
asString
: String
-
def
dbColumnCount
: Int
-
def
dbForeignKey_?
: Boolean
-
def
dbIndexed_?
: Boolean
-
def
dbNotNull_?
: Boolean
-
def
dbPrimaryKey_?
: Boolean
-
def
get
: ValueType
-
def
name
: String
-
def
set
(in: ValueType): ValueType
-
def
setFilter
: List[(ValueType) ⇒ ValueType]
-
def
toForm
: Box[NodeSeq]
-
def
validate
: List[FieldError]
-
def
is
: ValueType
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
allFields
: Seq[BaseField]
-
def
asHtml
: NodeSeq
-
def
asInstanceOf
[T0]
: T0
-
def
atomicUpdate
(f: (ValueType) ⇒ ValueType): ValueType
-
def
clone
(): AnyRef
-
def
defaultErrorMessage
: String
-
def
displayHtml
: NodeSeq
-
def
displayName
: String
-
def
displayNameHtml
: Box[NodeSeq]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
fieldId
: Option[NodeSeq]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
helpAsHtml
: Box[NodeSeq]
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
performAtomicOperation
[T]
(f: ⇒ T): T
-
def
required_?
: Boolean
-
def
shouldDisplay_?
: Boolean
-
def
show_?
: Boolean
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
uniqueFieldId
: Box[String]
-
def
uploadField_?
: Boolean
-
def
validations
: List[(ValueType) ⇒ List[FieldError]]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from BaseField
Inherited from FieldContainer
Inherited from SettableField
Inherited from SettableValueHolder
Inherited from Settable
Inherited from ReadableField
Inherited from Bindable
Inherited from ValueHolder
Inherited from FieldIdentifier
Inherited from AnyRef
Inherited from Any
Mix this trait into a MappedString and it will add maximum length validation to the MappedString