Denotes a component that can be displayed in multiple pages.
Note: a component that can be displayed in multiple pages
can be implemented in two ways.
1) If it can be controlled by a paging controller
(i.e.,
Paginal ), it shall hold an reference to one of
the paging controllers.
2) If it cannot be controlled, it shall implement
the
Pageable interface.
author: tomyeh since: 2.4.1 See Also: Paginal |