|
Class Summary |
| AbstractDisplayTag |
Abstract base class for DisplayCurrentPageNoTag,DisplayPagesCountTag,
DisplayRecordScopeTag and DisplayRecordsCountTag |
| AbstractPaginationControlTag |
Abstract base class for all tags of different types of "Pagination Control" (PaginationLinkTag,
PagesDropdownTag and GoToPageTag). |
| DisplayCurrentPageNoTag |
This JSP Tag is used to display the current page number (or called index of the current page). |
| DisplayRecordScopeTag |
This JSP tag is used to display the scope of current page records - that is,
index (starting from 1) of the first and last records in the current page. |
| DisplayTotalPagesTag |
This JSP Tag is used to display the count of pages - that is, how many pages of records in the search results. |
| DisplayTotalRecordsTag |
This JSP Tag is used to display the count of total records in the search results. |
| ErrorMessagesTag |
This JSP Tag is used to display validation error messages. |
| GoToPageTag |
This JSP Tag is used to render a text box along with either a submit button, hyperlink, or image link. |
| PagesDropdownTag |
This JSP Tag is used to render a dropdown (<select>) with all available pages,
which allows the user to navigate to different pages. |
| PaginationLinkTag |
This JSP Tag is used to render pagination navigation links (e.g. |
| PaginationRequiredTag |
This JSP tag is used as an outer tag of other pagination information display tags ('currentPage', 'totalPages',
'totalRecords' and 'recordScope'). |
| SelectSortByTag |
This tag is used to render a dropdown (<select>) to allow the user to sort the search results by specified column in either
ascending or descending order. |
| SortByOptionTag |
This tag ('sortByOption') is a selection item (<option>) and must be nested inside the 'selectSortBy' Tag. |
| SortByTag |
This JSP Tag is used to apply a hyperlink (<a>) to the column header in the search results table. |