Class ListPagingDefinition
java.lang.Object
org.hippoecm.frontend.plugins.standards.list.datatable.ListPagingDefinition
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IPagingDefinition
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
The maximum number of results on a page.int
The maximum number of page links.void
setPageSize
(int pageSize) void
setViewSize
(int viewSize)
-
Constructor Details
-
ListPagingDefinition
public ListPagingDefinition() -
ListPagingDefinition
-
-
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 interfaceIPagingDefinition
-
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 interfaceIPagingDefinition
-