GWT 2.7.0

Uses of Interface
com.google.gwt.event.dom.client.ContextMenuHandler

Packages that use ContextMenuHandler
com.google.gwt.event.dom.client Types related to DOM events. 
 

Uses of ContextMenuHandler in com.google.gwt.event.dom.client
 

Methods in com.google.gwt.event.dom.client that return types with arguments of type ContextMenuHandler
 DomEvent.Type<ContextMenuHandler> ContextMenuEvent.getAssociatedType()
           
static DomEvent.Type<ContextMenuHandler> ContextMenuEvent.getType()
          Gets the event type associated with context menu events.
 

Methods in com.google.gwt.event.dom.client with parameters of type ContextMenuHandler
 HandlerRegistration HasContextMenuHandlers.addContextMenuHandler(ContextMenuHandler handler)
          Adds a ContextMenuEvent handler.
protected  void ContextMenuEvent.dispatch(ContextMenuHandler handler)
           
 


GWT 2.7.0