Uses of Interface
org.apache.wicket.markup.html.navigation.paging.IPagingLabelProvider

Packages that use IPagingLabelProvider
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
protected  PagingNavigation AjaxPagingNavigator.newNavigation(IPageable pageable, IPagingLabelProvider labelProvider)
          Create a new PagingNavigation.
 

Constructors in org.apache.wicket.ajax.markup.html.navigation.paging with parameters of type IPagingLabelProvider
AjaxPagingNavigation(String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Constructor.
AjaxPagingNavigator(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
protected  IPagingLabelProvider PagingNavigation.labelProvider
          The 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
protected  PagingNavigation PagingNavigator.newNavigation(IPageable pageable, IPagingLabelProvider labelProvider)
          Create a new PagingNavigation.
 

Constructors in org.apache.wicket.markup.html.navigation.paging with parameters of type IPagingLabelProvider
PagingNavigation(String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Constructor.
PagingNavigator(String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Constructor.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.