net.liftweb.mapper.LongCRUDify

trait LongCRUDify

trait LongCRUDify[CrudType <: KeyedMapper[Long, CrudType]]

 extends CRUDify[Long, CrudType]


A specialization of CRUDify for LongKeyedMetaMappers.


Source: CRUDify.scala(567)

 Fields

CreateItem.. lazy val CreateItem String CRUDify
DeleteItem.. lazy val DeleteItem String CRUDify
EditItem.. lazy val EditItem String CRUDify
ListItems.. lazy val ListItems String CRUDify
Prefix.. lazy val Prefix List[String] CRUDify
ViewItem.. lazy val ViewItem String CRUDify
_createTemplate.. def _createTemplate Elem CRUDify
_deleteTemplate.. def _deleteTemplate Elem CRUDify
_editTemplate.. def _editTemplate Elem CRUDify
_showAllTemplate.. def _showAllTemplate Elem CRUDify
_viewTemplate.. def _viewTemplate Elem CRUDify
calcCreateItem.. def calcCreateItem String CRUDify
calcDeleteItem.. def calcDeleteItem String CRUDify
calcEditItem.. def calcEditItem String CRUDify
calcListItems.. def calcListItems String CRUDify
calcPrefix.. def calcPrefix List[String] CRUDify
calcViewItem.. def calcViewItem String CRUDify
createButton.. def createButton String CRUDify
createClass.. def createClass String CRUDify
createId.. def createId String CRUDify
createMenuLoc.. def createMenuLoc
The menu item for creating items (make this "Empty" to disable)
Box[Menu] CRUDify
createMenuLocParams.. def createMenuLocParams
Override to include new Params for the create menu
List[LocParam] CRUDify
createMenuName.. def createMenuName String CRUDify
createPath.. lazy val createPath List[String] CRUDify
createPathString.. lazy val createPathString String CRUDify
deleteButton.. def deleteButton String CRUDify
deleteClass.. def deleteClass String CRUDify
deleteId.. def deleteId String CRUDify
deleteMenuLoc.. def deleteMenuLoc
The menu item for deleting an item (make this "Empty" to disable)
Box[Menu] CRUDify
deleteMenuLocParams.. def deleteMenuLocParams
Override to include new Params for the delete menu
List[LocParam[CrudType]] CRUDify
deleteMenuName.. def deleteMenuName String CRUDify
deletePath.. lazy val deletePath List[String] CRUDify
deletePathString.. lazy val deletePathString String CRUDify
displayHtml.. def displayHtml NodeSeq CRUDify
displayName.. def displayName String CRUDify
editButton.. def editButton String CRUDify
editClass.. def editClass String CRUDify
editErrorClass.. def editErrorClass String CRUDify
editId.. def editId String CRUDify
editMenuLoc.. def editMenuLoc
The menu item for editing an item (make this "Empty" to disable)
Box[Menu] CRUDify
editMenuLocParams.. def editMenuLocParams
Override to include new Params for the edit menu
List[LocParam[CrudType]] CRUDify
editMenuName.. def editMenuName String CRUDify
editPath.. lazy val editPath List[String] CRUDify
editPathString.. lazy val editPathString String CRUDify
fieldsForList.. def fieldsForList
The fields displayed on the list page [details]
By default all the displayed fields, but this list can be shortened.
List[MappedField[Any, CrudType]] CRUDify
findForListParams.. def findForListParams List[QueryParam[CrudType]] CRUDify
listPath.. lazy val listPath List[String] CRUDify
listPathString.. lazy val listPathString String CRUDify
locSnippets.. lazy val locSnippets DispatchLocSnippets CRUDify
menus.. def menus List[Menu] CRUDify
nextWord.. def nextWord String CRUDify
previousWord.. def previousWord String CRUDify
referer.. def referer String CRUDify
showAllClass.. def showAllClass String CRUDify
showAllId.. def showAllId String CRUDify
showAllMenuLoc.. def showAllMenuLoc
The menu item for listing items (make this "Empty" to disable)
Box[Menu] CRUDify
showAllMenuLocParams.. def showAllMenuLocParams
Override to include new Params for the show all menu
List[LocParam] CRUDify
showAllMenuName.. def showAllMenuName String CRUDify
viewClass.. def viewClass String CRUDify
viewId.. def viewId String CRUDify
viewMenuLoc.. def viewMenuLoc
The menu item for viewing an item (make this "Empty" to disable)
Box[Menu] CRUDify
viewMenuLocParams.. def viewMenuLocParams
Override to include new Params for the view menu
List[LocParam[CrudType]] CRUDify
viewMenuName.. def viewMenuName String CRUDify
viewPath.. lazy val viewPath List[String] CRUDify
viewPathString.. lazy val viewPathString String CRUDify

 Methods

!=.. final def !=(arg0 : Object) Boolean AnyRef
!=.. final def !=(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Object) Boolean AnyRef
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
createTemplate.. def createTemplate NodeSeq CRUDify
crudDoForm.. def crudDoForm(item : CrudType, noticeMsg : String)(in : NodeSeq) NodeSeq CRUDify
deleteTemplate.. def deleteTemplate NodeSeq CRUDify
editTemplate.. def editTemplate NodeSeq CRUDify
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. def equals(arg0 : Any) Boolean AnyRef
finalize.. protected def finalize Unit AnyRef
findForList.. def findForList(start : Long, count : Int) List[CrudType] CRUDify
findForParam.. def findForParam(in : String) Box[CrudType] CRUDify
getClass.. final def getClass Class[Any] AnyRef
hashCode.. def hashCode Int AnyRef
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
obscurePrimaryKey.. def obscurePrimaryKey(in : String) String CRUDify
obscurePrimaryKey.. def obscurePrimaryKey(in : CrudType) String CRUDify
pageWrapper.. def pageWrapper(body : NodeSeq) NodeSeq CRUDify
showAllTemplate.. def showAllTemplate NodeSeq CRUDify
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. def toString String AnyRef
viewTemplate.. def viewTemplate NodeSeq CRUDify
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.