wicket.markup.html.navigation.paging
Interface IPagingLabelProvider
public interface IPagingLabelProvider
This interface is used by the PagingNavigator components to get the label of
the pages there are for a IPageable component. By default this is only the
page number.
- Author:
- jcompagner
getPageLabel
java.lang.String getPageLabel(int page)
- Parameters:
page - The page number for which the label must be generated.
- Returns:
- The string to be displayed for this page number
Copyright © 2004-2007 Wicket developers. All Rights Reserved.