public interface

HasBeforeSelectionHandlers

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

Class Overview

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

Summary

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

Public Methods

public abstract HandlerRegistration addBeforeSelectionHandler (BeforeSelectionHandler<T> handler)

Adds a BeforeSelectionEvent handler.

Parameters
handler the handler
Returns
  • the registration for the event