Java com.google.gwt.view.client HasRows fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.view.client HasRows fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.view.client HasRows.

The text is from its open source code.

Implementation

com.google.gwt.view.client.HasRows has the following implementations.
Click this link to see all its implementation.

Method

intgetRowCount()
Get the total count of all rows.
RangegetVisibleRange()
Get the range of visible rows.
booleanisRowCountExact()
Check if the total row count is exact, or an estimate.
voidsetVisibleRange(int start, int length)
Set the visible range or rows.