Java com.google.gwt.event.logical.shared ShowRangeEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.event.logical.shared ShowRangeEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.event.logical.shared ShowRangeEvent.

The text is from its open source code.

Constructor

ShowRangeEvent(V start, V end)
Creates a new show range event.

Method

voidfire(S source, V start, V end)
Fires a show range event on all registered handlers in the handler manager.
VgetEnd()
Gets the end of the range.
VgetStart()
Gets the start of the range.
Type>getType()
Gets the type associated with this event.