Package com.google.gwt.event.dom.client
Interface HasContextMenuHandlers
-
- All Superinterfaces:
HasHandlers
public interface HasContextMenuHandlers extends HasHandlers
A widget that implements this interface provides registration forContextMenuHandlerinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandlerRegistrationaddContextMenuHandler(ContextMenuHandler handler)Adds aContextMenuEventhandler.-
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
-
-
-
Method Detail
-
addContextMenuHandler
HandlerRegistration addContextMenuHandler(ContextMenuHandler handler)
Adds aContextMenuEventhandler.- Parameters:
handler- the context menu handler- Returns:
HandlerRegistrationused to remove this handler
-
-