A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView. A navigation which contains links to the first and last page, the current page +- some increment and which supports paged navigation bars (@see PageableListViewNavigationWithMargin).
NOTE To use the AjaxPagingNavigator
, you have to put your ListView
in a WebMarkupContainer
, otherwise it is not possible to update the contents of the listview using Ajax.
@since 1.2
@author Martijn Dashorst