public interface

HasSelectionHandlers

implements HasHandlers
com.google.gwt.event.logical.shared.HasSelectionHandlers<T>
Known Indirect Subclasses

Class Overview

A widget that implements this interface is a public source of SelectionEvent events.

Summary

Public Methods
abstract HandlerRegistration addSelectionHandler(SelectionHandler<T> handler)
Adds a SelectionEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addSelectionHandler (SelectionHandler<T> handler)

Adds a SelectionEvent handler.

Parameters
handler the handler
Returns
  • the registration for the event