Java org.apache.wicket.markup.html.navigation.paging IPageable fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.markup.html.navigation.paging IPageable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.markup.html.navigation.paging IPageable.

The text is from its open source code.

Implementation

org.apache.wicket.markup.html.navigation.paging.IPageable has the following implementations.
Click this link to see all its implementation.

Method

longgetCurrentPage()
longgetPageCount()
Gets the total number of pages this pageable object has.
voidsetCurrentPage(long page)
Sets the a page that should be rendered (page number is zero-based)