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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListPagingDefinition()
ListPagingDefinition(IPluginConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPageSize()
The maximum number of results on a page.int
getViewSize()
The maximum number of page links.void
setPageSize(int pageSize)
void
setViewSize(int viewSize)
-
-
-
Constructor Detail
-
ListPagingDefinition
public ListPagingDefinition()
-
ListPagingDefinition
public ListPagingDefinition(IPluginConfig config)
-
-
Method Detail
-
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
-
-