Java com.vaadin.shared Range fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.shared Range fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.shared Range.

The text is from its open source code.

Method

intgetStart()
Returns the inclusive start point of this range.
booleanisEmpty()
Checks whether the range has no elements between the start and end.
intlength()
The number of integers contained in the range.
RangewithLength(final int start, final int length)
Creates a range from a start point, with a given length.