Uses of Interface
org.apache.wicket.markup.html.navigation.paging.IPagingLabelProvider
-
Packages that use IPagingLabelProvider Package Description org.apache.wicket.ajax.markup.html.navigation.paging org.apache.wicket.markup.html.navigation.paging -
-
Uses of IPagingLabelProvider in org.apache.wicket.ajax.markup.html.navigation.paging
Methods in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type IPagingLabelProvider Modifier and Type Method Description protected PagingNavigationAjaxPagingNavigator. newNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)Constructors in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type IPagingLabelProvider Constructor Description AjaxPagingNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)Constructor.AjaxPagingNavigator(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)Constructor. -
Uses of IPagingLabelProvider in org.apache.wicket.markup.html.navigation.paging
Fields in org.apache.wicket.markup.html.navigation.paging declared as IPagingLabelProvider Modifier and Type Field Description protected IPagingLabelProviderPagingNavigation. labelProviderThe label provider for the text that the links should be displaying.Methods in org.apache.wicket.markup.html.navigation.paging with parameters of type IPagingLabelProvider Modifier and Type Method Description protected PagingNavigationPagingNavigator. newNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)Create a new PagingNavigation.Constructors in org.apache.wicket.markup.html.navigation.paging with parameters of type IPagingLabelProvider Constructor Description PagingNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)Constructor.PagingNavigator(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)Constructor.
-