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

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

The text is from its open source code.

Subclass

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

Method

voidfire(HasSelectionHandlers source, T selectedItem)
Fires a selection event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
Type>getAssociatedType()
TgetSelectedItem()
Gets the selected item.
Type>getType()
Gets the type associated with this event.