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 aContextMenuEventhandler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addContextMenuHandler
Adds aContextMenuEventhandler.- Parameters:
handler- the context menu handler- Returns:
HandlerRegistrationused to remove this handler
-