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

    Modifier and Type
    Method
    Description
    int
    The maximum number of results on a page.
    int
    The maximum number of page links.
  • Method Details

    • getPageSize

      int getPageSize()
      The maximum number of results on a page.
    • getViewSize

      int getViewSize()
      The maximum number of page links.