Package org.apache.wicket.markup.html.navigation.paging


package org.apache.wicket.markup.html.navigation.paging
  • Class
    Description
    Components that implement this interface will be pageable, they should return the pagecount so that an object/component knows how many pages it can use for the setCurrentPage method.
    represents a countable amount of items that can be paginated.
    This interface is used by the PagingNavigator components to get the label of the pages there are for a IPageable component.
    A navigation for a PageableListView that holds links to other pages of the PageableListView.
    An incremental link to a page of a PageableListView.
    A link to a page of a PageableListView.
    A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView.