Java org.apache.wicket.markup.repeater AbstractPageableView fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.repeater AbstractPageableView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.repeater AbstractPageableView.

The text is from its open source code.

Method

longgetCurrentPage()
longgetItemCount()
Get the item count.
longgetItemsPerPage()
voidsetCurrentPage(long page)
voidsetItemsPerPage(long items)
Sets the maximum number of items to show per page.