Package com.google.gwt.event.dom.client
Interface HasContextMenuHandlers
- All Superinterfaces:
HasHandlers
A widget that implements this interface provides registration for
ContextMenuHandler
instances.-
Method Summary
Modifier and TypeMethodDescriptionaddContextMenuHandler
(ContextMenuHandler handler) Adds aContextMenuEvent
handler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addContextMenuHandler
Adds aContextMenuEvent
handler.- Parameters:
handler
- the context menu handler- Returns:
HandlerRegistration
used to remove this handler
-