Interface IPagingDefinition
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
ListPagingDefinition
,ReferringDocumentsView
,SelectableDocumentsView
public interface IPagingDefinition extends org.apache.wicket.util.io.IClusterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPageSize()
The maximum number of results on a page.int
getViewSize()
The maximum number of page links.
-