|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectgrails-app.taglib.grails.plugins.remotepagination.RemotePaginationTagLib
class RemotePaginationTagLib
This tag enables pagination on the list asynchronously.
Property Summary | |
---|---|
static def |
namespace
|
def |
remotePageScroll
This tag enables pagination asynchronously, but unlike remotePaginate it appends latest records to the existing list. |
def |
remotePaginate
|
def |
remoteSortableColumn
This tag enables sort in an ascending/descending order on the particular attribute of an object, asynchronously. |
Constructor Summary | |
RemotePaginationTagLib()
|
Method Summary |
---|
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
static def namespace
def remotePageScroll
def remotePaginate
def remoteSortableColumn
Constructor Detail |
---|
RemotePaginationTagLib()
Groovy Documentation