|
|||||||||
| Home >> All >> org >> displaytag >> [ pagination overview ] | PREV NEXT | ||||||||
A
- addPage(int, boolean) - Method in class org.displaytag.pagination.Pagination
- Adds a page.
C
- computePageCount() - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- computedPageCount() - Method in class org.displaytag.pagination.SmartListHelper
- Returns the computed number of pages it would take to show all the elements in the list given the pageSize we are working with.
- currentPage - Variable in class org.displaytag.pagination.Pagination
- current page.
- currentPage - Variable in class org.displaytag.pagination.SimplePaginatedList
- Current page (starting from 1)
- currentPage - Variable in class org.displaytag.pagination.SmartListHelper
- index of current page.
F
- firstPage - Variable in class org.displaytag.pagination.Pagination
- first page.
- fullList - Variable in class org.displaytag.pagination.SimplePaginatedList
- wrapped list
- fullList - Variable in class org.displaytag.pagination.SmartListHelper
- full list.
- fullListSize - Variable in class org.displaytag.pagination.SmartListHelper
- sixe of the full list.
G
- getFirst() - Method in class org.displaytag.pagination.Pagination
- Gets the number of the first page.
- getFirstIndexForCurrentPage() - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- getFirstIndexForCurrentPage() - Method in class org.displaytag.pagination.SmartListHelper
- Returns the index into the master list of the first object that should appear on the current page that the user is viewing.
- getFirstIndexForPage(int) - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- getFirstIndexForPage(int) - Method in class org.displaytag.pagination.SmartListHelper
- Returns the index into the master list of the first object that should appear on the given page.
- getFormattedBanner(String, String, String, String) - Method in class org.displaytag.pagination.Pagination
- Returns the appropriate banner for the pagination.
- getFullListSize() - Method in interface org.displaytag.pagination.PaginatedList
- Returns the size of the full list
- getFullListSize() - Method in class org.displaytag.pagination.SimplePaginatedList
- getLast() - Method in class org.displaytag.pagination.Pagination
- Gets the number of the last page.
- getLastIndexForCurrentPage() - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- getLastIndexForCurrentPage() - Method in class org.displaytag.pagination.SmartListHelper
- Returns the index into the master list of the last object that should appear on the current page that the user is viewing.
- getLastIndexForPage(int) - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- getLastIndexForPage(int) - Method in class org.displaytag.pagination.SmartListHelper
- Returns the index into the master list of the last object that should appear on the given page.
- getList() - Method in interface org.displaytag.pagination.PaginatedList
- Returns the current partial list
- getList() - Method in class org.displaytag.pagination.SimplePaginatedList
- getListForCurrentPage() - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- getListForCurrentPage() - Method in class org.displaytag.pagination.SmartListHelper
- Returns a subsection of the list that contains just the elements that are supposed to be shown on the current page the user is viewing.
- getListForPage(int) - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- getListForPage(int) - Method in class org.displaytag.pagination.SmartListHelper
- Returns a subsection of the list that contains just the elements that are supposed to be shown on the given page.
- getNext() - Method in class org.displaytag.pagination.Pagination
- Gets the number of the next page.
- getNumber() - Method in class org.displaytag.pagination.NumberedPage
- Returns the page number.
- getObjectsPerPage() - Method in interface org.displaytag.pagination.PaginatedList
- Returns the number of objects per page.
- getObjectsPerPage() - Method in class org.displaytag.pagination.SimplePaginatedList
- getPageNavigationBar(Href, String) - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- getPageNavigationBar(Href, String) - Method in class org.displaytag.pagination.SmartListHelper
- Returns a string containing the nagivation bar that allows the user to move between pages within the list.
- getPageNumber() - Method in interface org.displaytag.pagination.PaginatedList
- Returns the page number of the partial list (starts from 1)
- getPageNumber() - Method in class org.displaytag.pagination.SimplePaginatedList
- getPrevious() - Method in class org.displaytag.pagination.Pagination
- Gets the number of the previous page.
- getSearchId() - Method in interface org.displaytag.pagination.PaginatedList
- Returns an ID for the search used to get the list.
- getSearchId() - Method in class org.displaytag.pagination.SimplePaginatedList
- getSearchResultsSummary() - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- getSearchResultsSummary() - Method in class org.displaytag.pagination.SmartListHelper
- Return the little summary message that lets the user know how many objects are in the list they are viewing, and where in the list they are currently positioned.
- getSelected() - Method in class org.displaytag.pagination.NumberedPage
- is the page selected?
- getSortCriterion() - Method in interface org.displaytag.pagination.PaginatedList
- Returns the sort criterion used to externally sort the full list
- getSortCriterion() - Method in class org.displaytag.pagination.SimplePaginatedList
- getSortDirection() - Method in interface org.displaytag.pagination.PaginatedList
- Returns the sort direction used to externally sort the full list
- getSortDirection() - Method in class org.displaytag.pagination.SimplePaginatedList
H
- href - Variable in class org.displaytag.pagination.Pagination
- Base href for urls.
I
- isFirst() - Method in class org.displaytag.pagination.Pagination
- first page selected?
- isLast() - Method in class org.displaytag.pagination.Pagination
- last page selected?
- isOnePage() - Method in class org.displaytag.pagination.Pagination
- only one page?
L
- lastPage - Variable in class org.displaytag.pagination.Pagination
- last page.
- log - Static variable in class org.displaytag.pagination.Pagination
- logger.
- log - Static variable in class org.displaytag.pagination.SmartListHelper
- logger.
N
- NumberedPage - class org.displaytag.pagination.NumberedPage.
- Object representing a page.
- NumberedPage(int, boolean) - Constructor for class org.displaytag.pagination.NumberedPage
- Creates a new page with the specified number.
- nextPage - Variable in class org.displaytag.pagination.Pagination
- next page.
- number - Variable in class org.displaytag.pagination.NumberedPage
- page number.
O
- objectsPerPage - Variable in class org.displaytag.pagination.SimplePaginatedList
- Number of objects per page.
- org.displaytag.pagination - package org.displaytag.pagination
P
- PaginatedList - interface org.displaytag.pagination.PaginatedList.
- Interface describing an externally sorted and paginated list.
- PaginatedListSmartListHelper - class org.displaytag.pagination.PaginatedListSmartListHelper.
- An implementation of SmartListHelper used for externally sorted and paginated lists.
- PaginatedListSmartListHelper(PaginatedList, TableProperties) - Constructor for class org.displaytag.pagination.PaginatedListSmartListHelper
- Pagination - class org.displaytag.pagination.Pagination.
- Helper class for generation of paging banners.
- Pagination(Href, String) - Constructor for class org.displaytag.pagination.Pagination
- Constructor for Pagination.
- pageCount - Variable in class org.displaytag.pagination.PaginatedListSmartListHelper
- pageCount - Variable in class org.displaytag.pagination.SmartListHelper
- number of pages.
- pageParam - Variable in class org.displaytag.pagination.Pagination
- page parameter name.
- pageSize - Variable in class org.displaytag.pagination.SmartListHelper
- number of items in a page.
- pages - Variable in class org.displaytag.pagination.Pagination
- List containg NumberedPage objects.
- paginatedList - Variable in class org.displaytag.pagination.PaginatedListSmartListHelper
- partialList - Variable in class org.displaytag.pagination.SmartListHelper
- the list we hold is only part of the full dataset
- previousPage - Variable in class org.displaytag.pagination.Pagination
- previous page.
- properties - Variable in class org.displaytag.pagination.PaginatedListSmartListHelper
- properties - Variable in class org.displaytag.pagination.SmartListHelper
- TableProperties.
S
- SimplePaginatedList - class org.displaytag.pagination.SimplePaginatedList.
- SimplePaginatedList(int, int) - Constructor for class org.displaytag.pagination.SimplePaginatedList
- Instantiates a new paginated list.
- SmartListHelper - class org.displaytag.pagination.SmartListHelper.
- Utility class that chops up a List of objects into small bite size pieces that are more suitable for display.
- SmartListHelper(List, int, int, TableProperties, boolean) - Constructor for class org.displaytag.pagination.SmartListHelper
- Creates a SmarListHelper instance that will help you chop up a list into bite size pieces that are suitable for display.
- SmartListHelper() - Constructor for class org.displaytag.pagination.SmartListHelper
- Constructor that can be used by subclasses.
- selected - Variable in class org.displaytag.pagination.NumberedPage
- is the page selected?
- setCurrent(Integer) - Method in class org.displaytag.pagination.Pagination
- Sets the number of the current page.
- setCurrentPage(int) - Method in class org.displaytag.pagination.SmartListHelper
- Set's the page number that the user is viewing.
- setFirst(Integer) - Method in class org.displaytag.pagination.Pagination
- Sets the number of the first page.
- setLast(Integer) - Method in class org.displaytag.pagination.Pagination
- Sets the number of the last page.
- setNext(Integer) - Method in class org.displaytag.pagination.Pagination
- Sets the number of the next page.
- setPrevious(Integer) - Method in class org.displaytag.pagination.Pagination
- Sets the number of the previous page.
T
- toString() - Method in class org.displaytag.pagination.NumberedPage
- toString() - Method in class org.displaytag.pagination.PaginatedListSmartListHelper
- toString() - Method in class org.displaytag.pagination.Pagination
- toString() - Method in class org.displaytag.pagination.SmartListHelper
A C F G H I L N O P S T
|
|||||||||
| Home >> All >> org >> displaytag >> [ pagination overview ] | PREV NEXT | ||||||||