Instance Constructors
-
new
SortedMapperPaginatorSnippet
(meta: MetaMapper[T], initialSort: net.liftweb.mapper.MappedField[_, T], headers: (String, net.liftweb.mapper.MappedField[_, T])*)
Type Members
-
type
SortState
= (Int, Boolean)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
var
_first
: Long
-
var
_sort
: (Int, Boolean)
-
def
asInstanceOf
[T0]
: T0
-
def
ascendingParam
: String
-
def
clone
(): AnyRef
-
var
constantParams
: Seq[QueryParam[T]]
-
def
count
: Long
-
def
curPage
: Int
-
def
currentXml
: NodeSeq
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
first
: Long
-
def
firstXml
: NodeSeq
-
def
first_=
(f: Long): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
itemsPerPage
: Int
-
def
lastXml
: NodeSeq
-
val
logger
: Logger
-
def
navPrefix
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
nextXml
: NodeSeq
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
numPages
: Int
-
def
offsetParam
: String
-
def
page
: List[T]
-
def
pageUrl
(offset: Long): String
-
def
pageXml
(newFirst: Long, ns: NodeSeq): NodeSeq
-
def
pagesXml
(pages: Seq[Int], sep: NodeSeq): NodeSeq
-
def
paginate
(xhtml: NodeSeq): NodeSeq
-
def
prevXml
: NodeSeq
-
def
recordsFrom
: String
-
def
recordsTo
: String
-
def
sort
: ()
-
def
sortParam
: String
-
def
sortPrefix
: String
-
def
sort_=
(s: ()): Unit
-
def
sortedBy
(column: Int): ()
-
def
sortedPageUrl
(offset: Long, sort: (Int, Boolean)): String
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
zoomedPages
: List[Int]
Inherited from SortedPaginatorSnippet[T, net.liftweb.mapper.MappedField[_, T]]
Inherited from PaginatorSnippet[T]
Inherited from SortedPaginator[T, net.liftweb.mapper.MappedField[_, T]]
Inherited from Paginator[T]
Inherited from Loggable
Inherited from AnyRef
Inherited from Any
Convenience class that combines SortedMapperPaginator and SortedPaginatorSnippet.