public interface

HasCellPreviewHandlers

implements HasHandlers
com.google.gwt.view.client.HasCellPreviewHandlers<T>
Known Indirect Subclasses

Class Overview

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

Summary

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

Public Methods

public abstract HandlerRegistration addCellPreviewHandler (Handler<T> handler)

Adds a CellPreviewEvent handler.

Parameters
handler the handler
Returns
  • the registration for the event