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

All Superinterfaces:
IClusterable, java.io.Serializable

public interface IPagingLabelProvider
extends IClusterable

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

Method Summary
 java.lang.String getPageLabel(int page)
           
 

Method Detail

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-2010 Apache Software Foundation. All Rights Reserved.