Java com.google.gwt.user.cellview.client SimplePager fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.cellview.client SimplePager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.cellview.client SimplePager.

The text is from its open source code.

Subclass

com.google.gwt.user.cellview.client.SimplePager has subclasses.
Click this link to see all its subclasses.

Field

ImageButtonnextPage

Constructor

SimplePager(TextLocation location, Resources resources, boolean showFastForwardButton, final int fastForwardRows, boolean showLastPageButton)
Construct a SimplePager with the specified resources.
SimplePager()
Construct a SimplePager with the default text location.
SimplePager(TextLocation location)
Construct a SimplePager with the specified text location.

Method

intgetPage()
intgetPageCount()
booleanhasNextPage()
booleanhasNextPages(int pages)
booleanhasPreviousPage()
booleanhasPreviousPages(int pages)
voidpreviousPage()
voidsetDisplay(HasRows display)
voidsetPage(int index)
voidsetPageSize(int pageSize)
voidsetRangeLimited(boolean isRangeLimited)
Set whether or not the page range should be limited to the actual data size.
voidstartLoading()
Let the page know that the table is loading.