Instance Constructors
-
new
IntListField
(owner: T)
Type Members
-
type
MyType
= List[Int]
-
type
ValidationFunction
= (ValueType) ⇒ List[FieldError]
-
type
ValueType
= List[Int]
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
apply
(in: Box[MyType]): T
-
def
apply
(in: MyType): T
-
def
asHtml
: NodeSeq
-
def
asInstanceOf
[T0]
: T0
-
def
asJString
(encode: (MyType) ⇒ String): JValue
-
def
asJValue
(): net.liftweb.json.JsonAST.JNothing.type
-
def
asJs
(): net.liftweb.http.js.JE.JsNull.type
-
def
asString
: String
-
def
atomicUpdate
(f: (ValueType) ⇒ ValueType): ValueType
-
implicit def
boxNodeFuncToFieldError
(in: (Box[MyType]) ⇒ Box[Node]): (Box[MyType]) ⇒ List[FieldError]
-
implicit def
boxNodeToFieldError
(in: Box[Node]): List[FieldError]
-
def
canRead_?
: Boolean
-
def
canWrite_?
: Boolean
-
def
checkCanRead_?
: Boolean
-
def
checkCanWrite_?
: Boolean
-
def
clear
: Unit
-
def
clone
(): AnyRef
-
def
defaultValueBox
: net.liftweb.common.Empty.type
-
def
dirty_?
: Boolean
-
def
dirty_?
(b: Boolean): Unit
-
def
displayHtml
: NodeSeq
-
def
displayName
: String
-
def
displayNameHtml
: Box[NodeSeq]
-
var
e
: Box[ValueType]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
fieldId
: Option[NodeSeq]
-
def
finalize
(): Unit
-
def
formElemAttrs
: Seq[ElemAttr]
-
def
genericSetFromAny
(in: Any)(implicit m: Manifest[MyType]): Box[MyType]
-
def
get
(): ValueType
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
helpAsHtml
: Box[NodeSeq]
-
def
ignoreField_?
: Boolean
-
def
is
(): ValueType
-
def
isInstanceOf
[T0]
: Boolean
-
def
label
: NodeSeq
-
def
liftSetFilterToBox
(a: Box[ValueType]): net.liftweb.common.Empty.type
-
def
name
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
noValueErrorMessage
: String
-
implicit def
nodeToFieldError
(node: Node): List[FieldError]
-
def
notOptionalErrorMessage
: String
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
obscure
(in: MyType): Box[MyType]
-
def
optional_?
: Boolean
-
val
owner
: T
-
def
performAtomicOperation
[T]
(f: ⇒ T): T
-
def
required_?
: Boolean
-
def
resetDirty
: Unit
-
def
runFilters
(in: Box[MyType], filter: List[(Box[MyType]) ⇒ Box[MyType]]): Box[MyType]
-
def
runValidation
(in: Box[MyType]): List[FieldError]
-
def
safe_?
: Boolean
-
def
set
(a: ValueType): ValueType
-
def
setBox
(in: Box[MyType]): Box[MyType]
-
def
setFilter
: List[(ValueType) ⇒ ValueType]
-
def
setFilterBox
: List[(Box[MyType]) ⇒ Box[MyType]]
-
def
setFromAny
(a: Any): Box[MyType]
-
def
setFromJString
(jvalue: JValue)(decode: (String) ⇒ Box[MyType]): Box[MyType]
-
def
setFromJValue
(jv: JValue): net.liftweb.common.Empty.type
-
def
setFromString
(s: String): Full[ValueType]
-
def
set_!
(in: Box[MyType]): Box[MyType]
-
def
shouldDisplay_?
: Boolean
-
def
show_?
: Boolean
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
tabIndex
: Int
-
def
toBoxMyType
(a: ValueType): net.liftweb.common.Empty.type
-
def
toForm
: net.liftweb.common.Empty.type
-
def
toString
(): String
-
def
toValueType
(a: Box[MyType]): ValueType
-
def
toXHtml
: NodeSeq
-
def
uniqueFieldId
: Box[String]
-
def
uploadField_?
: Boolean
-
def
validate
: List[FieldError]
-
def
validations
: List[ValidationFunction]
-
def
value
(): ValueType
-
def
valueBox
(): Box[ValueType]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Field[List[Int], T]
Inherited from TypedField[List[Int]]
Inherited from OwnedField[T]
Inherited from BaseField
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