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

Example usage for Java com.google.gwt.event.logical.shared BeforeSelectionEvent 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 BeforeSelectionEvent.

The text is from its open source code.

Subclass

com.google.gwt.event.logical.shared.BeforeSelectionEvent has subclasses.
Click this link to see all its subclasses.

Method

voidcancel()
Cancel the before selection event.
BeforeSelectionEventfire(HasBeforeSelectionHandlers source, T item)
Fires a before selection event on all registered handlers in the handler manager.
TgetItem()
Gets the item.
Type>getType()
Gets the type associated with this event.
booleanisCanceled()
Has the selection event already been canceled?