Interface IPagingLabelProvider
-
- All Superinterfaces:
IClusterable
,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPageLabel(long page)
-
-
-
Method Detail
-
getPageLabel
String getPageLabel(long page)
- Parameters:
page
- The page number for which the label must be generated.- Returns:
- The string to be displayed for this page number
-
-