Uses of Class
org.apache.wicket.markup.html.navigation.paging.PagingNavigator
-
-
Uses of PagingNavigator in org.apache.wicket.ajax.markup.html.navigation.paging
Subclasses of PagingNavigator in org.apache.wicket.ajax.markup.html.navigation.paging Modifier and Type Class Description class
AjaxPagingNavigator
A Wicket panel component to draw and maintain a complete page navigator, meant to be easily added to any PageableListView. -
Uses of PagingNavigator in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table that return PagingNavigator Modifier and Type Method Description protected PagingNavigator
AjaxNavigationToolbar. newPagingNavigator(String navigatorId, DataTable<?,?> table)
Factory method used to create the paging navigator that will be used by the datatable. -
Uses of PagingNavigator in org.apache.wicket.extensions.markup.html.repeater.data.table
Methods in org.apache.wicket.extensions.markup.html.repeater.data.table that return PagingNavigator Modifier and Type Method Description protected PagingNavigator
NavigationToolbar. newPagingNavigator(String navigatorId, DataTable<?,?> table)
Factory method used to create the paging navigator that will be used by the datatable
-