|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Paginator | |
| com.arsdigita.bebop | A set of server-side user interface components for web applications. |
| com.arsdigita.toolbox.ui | Miscellaneous collection of useful Bebop components. |
| Uses of Paginator in com.arsdigita.bebop |
| Methods in com.arsdigita.bebop with parameters of type Paginator | |
int |
PaginationModelBuilder.getTotalSize(Paginator paginator,
PageState state)
Returns the total number of results to paginate. |
| Uses of Paginator in com.arsdigita.toolbox.ui |
| Methods in com.arsdigita.toolbox.ui that return Paginator | |
Paginator |
DataTable.getPaginator()
Return the paginator component used by this table, or null if the table is not paginated. |
| Methods in com.arsdigita.toolbox.ui with parameters of type Paginator | |
int |
DataTable.getTotalSize(Paginator paginator,
PageState s)
Paginate the query according to the paginator component. |
void |
DataTable.setPaginator(Paginator p)
Set the paginator component used by this table, or null if the table should not be paginated. |
int |
AbstractCollectionTable.getTotalSize(Paginator paginator,
PageState s)
Paginate the query according to the paginator component. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||