Package net.smartlab.web.page

Interface Summary
LinkableTag Identifies custom tags that can be used to enclose LinkTag instances.
 

Class Summary
AbstractTag TODO documentation
CollectionPaginator TODO documentation
CountTag TODO documentation
IsSelectedTag TODO documentation
LinkTag Outputs the HTML code to make the tag body linked to the enclising tag.
NextTag Outputs its body only if the current page is not the last one.
NoNextTag Outputs its body only if the current page is the last one.
NoPrevTag Outputs its body only if the current page is the first one.
NotSelectedTag TODO documentation
PageCountTag Outputs the last available page.
PageListTag TODO documentation
PageSizeTag Outputs the page size.
PageTag TODO documentation
PaginateTag TODO documentation
PaginateTei Additional features for the PaginateTag.
Paginator TODO documentation
PrevTag Outputs its body only if the current page is not the first one.
ReminderTag TODO documentation
SelectedTag Outputs the selected page.
SQLPaginator TODO documentation
StartIndexTag Outputs the starting element index.
StopIndexTag Outputs the ending element index.
 

Exception Summary
PaginationException A PaginationException is thrown to signal an unexpected condition raising while trying to iterate through a Paginator instance.
 



Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.