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

Packages that use IPagingLabelProvider
wicket.ajax.markup.html.navigation.paging   
wicket.markup.html.navigation.paging   
 

Uses of IPagingLabelProvider in wicket.ajax.markup.html.navigation.paging
 

Methods in 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 wicket.ajax.markup.html.navigation.paging with parameters of type IPagingLabelProvider
AjaxPagingNavigation(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Constructor.
AjaxPagingNavigator(java.lang.String id, IPageable pageable, IPagingLabelProvider labelProvider)
          Constructor.
 

Uses of IPagingLabelProvider in wicket.markup.html.navigation.paging
 

Fields in 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 wicket.markup.html.navigation.paging with parameters of type IPagingLabelProvider
protected  PagingNavigation PagingNavigator.newNavigation(IPageable pageable, IPagingLabelProvider labelProvider)
          Create a new PagingNavigation.
 

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



Copyright © 2004-2007 Wicket developers. All Rights Reserved.