Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.click.ClickMapHandler

Packages that use ClickMapHandler
com.google.gwt.maps.client   
com.google.gwt.maps.client.events.click   
com.google.gwt.maps.client.overlays   
 

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

Methods in com.google.gwt.maps.client with parameters of type ClickMapHandler
 HandlerRegistration MapWidget.addClickHandler(ClickMapHandler handler)
          This event is fired when the user clicks on the map (but not when they click on a marker or infowindow).
 HandlerRegistration MapImpl.addClickHandler(ClickMapHandler handler)
          This event is fired when the user clicks on the map (but not when they click on a marker or infowindow).
 

Uses of ClickMapHandler in com.google.gwt.maps.client.events.click
 

Fields in com.google.gwt.maps.client.events.click with type parameters of type ClickMapHandler
static GwtEvent.Type<ClickMapHandler> ClickMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.click that return types with arguments of type ClickMapHandler
 GwtEvent.Type<ClickMapHandler> ClickMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.click with parameters of type ClickMapHandler
protected  void ClickMapEvent.dispatch(ClickMapHandler handler)
           
 

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

Methods in com.google.gwt.maps.client.overlays with parameters of type ClickMapHandler
 HandlerRegistration Polyline.addClickHandler(ClickMapHandler handler)
          This event is fired when the DOM click event is fired on the Polyline.
 HandlerRegistration Marker.addClickHandler(ClickMapHandler handler)
          This event is fired when the marker icon was clicked.
 HandlerRegistration GroundOverlay.addClickHandler(ClickMapHandler handler)
          This event is fired when the DOM click event is fired on the GroundOverlay.
 HandlerRegistration Polygon.addClickHandler(ClickMapHandler handler)
          This event is fired when the DOM click event is fired on the Polygon.
 HandlerRegistration Circle.addClickHandler(ClickMapHandler handler)
          This event is fired when the DOM click event is fired on the Circle.
 HandlerRegistration Rectangle.addClickHandler(ClickMapHandler handler)
          This event is fired when the DOM click event is fired on the Rectangle.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.