Type Members
-
type
DispatchIt
= PartialFunction[String, (NodeSeq) ⇒ NodeSeq]
-
class
ModelView
extends ModelView[T]
Abstract Value Members
-
def
edit
(ns: NodeSeq): NodeSeq
-
def
list
(ns: NodeSeq): NodeSeq
-
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addName
(name: String): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
dispatch
: DispatchIt
-
def
editAction
(e: T): TheBindParam
-
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
link
(to: String, func: () ⇒ Any, body: NodeSeq, attrs: ElemAttr*): Elem
-
def
load
(entity: T): Unit
-
def
names
: Set[String]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
var
onSave
: (ModelView[T]) ⇒ Unit
-
def
redirectTo
(where: String): Nothing
-
def
registerThisSnippet
(): Unit
-
def
removeAction
(e: T): TheBindParam
-
def
seeOther
(where: String): Nothing
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unregisterThisSnippet
(): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from StatefulSnippet
Inherited from DispatchSnippet
Inherited from AnyRef
Inherited from Any
A snippet that can list and edit items of a particular Mapper class This trait can help reduce boilerplate in the common scenario where you want a snippet class to provide list and edit snippets for a specific Mapper class.