public class PaginatedListAdapter extends Object implements org.displaytag.pagination.PaginatedList
| Constructor and Description |
|---|
PaginatedListAdapter() |
PaginatedListAdapter(Page<?> model) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFullListSize() |
List |
getList() |
Page<?> |
getModel() |
int |
getObjectsPerPage() |
int |
getPageNumber() |
String |
getSearchId() |
String |
getSortCriterion() |
org.displaytag.properties.SortOrderEnum |
getSortDirection() |
void |
setDir(String dir) |
void |
setModel(Page<?> model) |
void |
setPage(int page) |
void |
setSort(String sort) |
public PaginatedListAdapter()
public PaginatedListAdapter(Page<?> model)
public int getFullListSize()
getFullListSize in interface org.displaytag.pagination.PaginatedListpublic List getList()
getList in interface org.displaytag.pagination.PaginatedListpublic int getObjectsPerPage()
getObjectsPerPage in interface org.displaytag.pagination.PaginatedListpublic int getPageNumber()
getPageNumber in interface org.displaytag.pagination.PaginatedListpublic String getSearchId()
getSearchId in interface org.displaytag.pagination.PaginatedListpublic String getSortCriterion()
getSortCriterion in interface org.displaytag.pagination.PaginatedListpublic org.displaytag.properties.SortOrderEnum getSortDirection()
getSortDirection in interface org.displaytag.pagination.PaginatedListpublic Page<?> getModel()
public void setModel(Page<?> model)
model - the model to setpublic void setPage(int page)
public void setSort(String sort)
public void setDir(String dir)
Copyright © 2014 JDAL. All Rights Reserved.