class
FormProcessor
extends AnyRef
Instance Constructors
-
new
FormProcessor
(prefix: String)
Abstract Value Members
-
def
get
: Unit
-
def
put
: Unit
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
bind
(xhtml: NodeSeq): NodeSeq
-
val
booleanValues
: Map[String, Boolean]
-
val
booleans
: Map[String, (Boolean, (Boolean) ⇒ Unit) ⇒ NodeSeq]
-
def
checkbox
: (Boolean, (Boolean) ⇒ Unit) ⇒ NodeSeq
-
def
checkbox
(attrs: ElemAttr*)(init: Boolean, action: (Boolean) ⇒ Unit): NodeSeq
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
stringValues
: Map[String, String]
-
val
strings
: Map[String, (String, (String) ⇒ Unit) ⇒ NodeSeq]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
text
: (String, (String) ⇒ Unit) ⇒ NodeSeq
-
def
text
(attrs: ElemAttr*)(init: String, action: (String) ⇒ Unit): Elem
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
This class can be used to act on all submitted values in one block of code. This enables one to use try/catch when setting values etc.