Class ListPagingDefinition

java.lang.Object
org.hippoecm.frontend.plugins.standards.list.datatable.ListPagingDefinition
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable, IPagingDefinition

public class ListPagingDefinition extends Object implements IPagingDefinition
See Also:
  • Constructor Details

    • ListPagingDefinition

      public ListPagingDefinition()
    • ListPagingDefinition

      public ListPagingDefinition(IPluginConfig config)
  • Method Details

    • setPageSize

      public void setPageSize(int pageSize)
    • getPageSize

      public int getPageSize()
      Description copied from interface: IPagingDefinition
      The maximum number of results on a page.
      Specified by:
      getPageSize in interface IPagingDefinition
    • setViewSize

      public void setViewSize(int viewSize)
    • getViewSize

      public int getViewSize()
      Description copied from interface: IPagingDefinition
      The maximum number of page links.
      Specified by:
      getViewSize in interface IPagingDefinition