Java com.vaadin.data.provider Query fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.data.provider Query fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.data.provider Query.

The text is from its open source code.

Constructor

Query()
Constructs a Query for all rows from 0 to Integer#MAX_VALUE without sorting and filtering.

Method

intgetLimit()
Gets the limit of items to fetch.
intgetOffset()
Gets the first index of items to fetch.