public interface

HasContextMenuHandlers

implements HasHandlers
com.google.gwt.event.dom.client.HasContextMenuHandlers

Class Overview

A widget that implements this interface provides registration for ContextMenuHandler instances.

Summary

Public Methods
abstract HandlerRegistration addContextMenuHandler(ContextMenuHandler handler)
Adds a ContextMenuEvent handler.
[Expand]
Inherited Methods
From interface com.google.gwt.event.shared.HasHandlers

Public Methods

public abstract HandlerRegistration addContextMenuHandler (ContextMenuHandler handler)

Adds a ContextMenuEvent handler.

Parameters
handler the context menu handler
Returns