Java org.apache.wicket.markup.html.list PageableListView fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.list PageableListView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.list PageableListView.

The text is from its open source code.

Subclass

org.apache.wicket.markup.html.list.PageableListView has subclasses.
Click this link to see all its subclasses.

Constructor

PageableListView(final String id, final IModel> model, long itemsPerPage)
Constructor
PageableListView(final String id, final List list, final long itemsPerPage)
Creates a pageable list view having the given number of rows per page that uses the provided object as a simple model.

Method

longgetCurrentPage()
Gets the index of the current page being displayed by this list view.
intgetViewSize()
voidsetCurrentPage(long currentPage)
Sets the current page that this list view should show.