Uses of Interface
com.google.gwt.maps.client.events.rightclick.RightClickMapHandler

Packages that use RightClickMapHandler
com.google.gwt.maps.client   
com.google.gwt.maps.client.events.rightclick   
com.google.gwt.maps.client.overlays   
 

Uses of RightClickMapHandler in com.google.gwt.maps.client
 

Methods in com.google.gwt.maps.client with parameters of type RightClickMapHandler
 HandlerRegistration MapWidget.addRightClickHandler(RightClickMapHandler handler)
          This event is fired when the DOM contextmenu event is fired on the map container.
 HandlerRegistration MapImpl.addRightClickHandler(RightClickMapHandler handler)
          This event is fired when the DOM contextmenu event is fired on the map container.
 

Uses of RightClickMapHandler in com.google.gwt.maps.client.events.rightclick
 

Fields in com.google.gwt.maps.client.events.rightclick with type parameters of type RightClickMapHandler
static GwtEvent.Type<RightClickMapHandler> RightClickMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.rightclick that return types with arguments of type RightClickMapHandler
 GwtEvent.Type<RightClickMapHandler> RightClickMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.rightclick with parameters of type RightClickMapHandler
protected  void RightClickMapEvent.dispatch(RightClickMapHandler handler)
           
 

Uses of RightClickMapHandler in com.google.gwt.maps.client.overlays
 

Methods in com.google.gwt.maps.client.overlays with parameters of type RightClickMapHandler
 HandlerRegistration Rectangle.addRightClickHandler(RightClickMapHandler handler)
          This event is fired when the Rectangle is right-clicked on.
 HandlerRegistration Polyline.addRightClickHandler(RightClickMapHandler handler)
          This event is fired when the Polyline is right-clicked on.
 HandlerRegistration Polygon.addRightClickHandler(RightClickMapHandler handler)
          This event is fired when the Polygon is right-clicked on.
 HandlerRegistration Marker.addRightClickHandler(RightClickMapHandler handler)
          This event is fired for a rightclick on the marker.
 HandlerRegistration Circle.addRightClickHandler(RightClickMapHandler handler)
          This event is fired when the Circle is right-clicked on.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.