Save This Page
Home » displaytag-1.1.1-src » org » displaytag » pagination » [javadoc | source]
org.displaytag.pagination
public class: SimplePaginatedList [javadoc | source]
java.lang.Object
   org.displaytag.pagination.SimplePaginatedList

All Implemented Interfaces:
    PaginatedList

Constructor:
 public SimplePaginatedList(int objectsPerPage,
    int currentPage) 
Method from org.displaytag.pagination.SimplePaginatedList Summary:
getFullListSize,   getList,   getObjectsPerPage,   getPageNumber,   getSearchId,   getSortCriterion,   getSortDirection
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.displaytag.pagination.SimplePaginatedList Detail:
 public int getFullListSize() 
 public List getList() 
 public int getObjectsPerPage() 
 public int getPageNumber() 
 public String getSearchId() 
 public String getSortCriterion() 
 public SortOrderEnum getSortDirection()