|
Class Summary |
| ColumnDefinition |
Class describing one column of a list of items. |
| ListBrowserServlet |
Servlet responsible for loading list of data objects based on various
criteria at specified position within larger set of data. |
| ListDataActionTag |
Custom tag to generate hyperlink that can invoke instance of
ListBrowserServlet and perform the desired action such as going to the next
or the previous page. |
| ListDataBaseTag |
Custom tag to create and insert to the page all form variables required by
the list data pattern. |
| ListDataFormContentTag |
Custom tag to create and insert to the page all form variables required by
the list data pattern. |
| ListDataInitTag |
Custom tag to initialize the page using the list data pattern. |
| ListDataNextPageTag |
Custom tag to generate hyperlink that can invoke instance of
ListBrowserServlet and display the next page. |
| ListDataPageSizeTag |
Custom tag to generate hyperlink that can invoke instance of
ListBrowserServlet and display the current page with specific number of items. |
| ListDataPreviousPageTag |
Custom tag to generate hyperlink that can invoke instance of
ListBrowserServlet and display the previous page. |
| ListDataSpecificPageTag |
Custom tag to generate hyperlink that can invoke instance of
ListBrowserServlet and display a specific page. |
| ListTag |
Custom tag to construct all required elements of scrollable and browsable
table of data objects. |