Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.closeclick.CloseClickMapHandler

Packages that use CloseClickMapHandler
com.google.gwt.maps.client.events.closeclick   
com.google.gwt.maps.client.overlays   
com.google.gwt.maps.client.streetview   
 

Uses of CloseClickMapHandler in com.google.gwt.maps.client.events.closeclick
 

Fields in com.google.gwt.maps.client.events.closeclick with type parameters of type CloseClickMapHandler
static GwtEvent.Type<CloseClickMapHandler> CloseClickMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.closeclick that return types with arguments of type CloseClickMapHandler
 GwtEvent.Type<CloseClickMapHandler> CloseClickMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.closeclick with parameters of type CloseClickMapHandler
protected  void CloseClickMapEvent.dispatch(CloseClickMapHandler handler)
           
 

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

Methods in com.google.gwt.maps.client.overlays with parameters of type CloseClickMapHandler
 HandlerRegistration InfoWindow.addCloseClickHandler(CloseClickMapHandler handler)
          This event is fired when the close button was clicked.
 

Uses of CloseClickMapHandler in com.google.gwt.maps.client.streetview
 

Methods in com.google.gwt.maps.client.streetview with parameters of type CloseClickMapHandler
 HandlerRegistration StreetViewPanoramaWidget.addCloseClickHandler(CloseClickMapHandler handler)
          This event is fired when the close button is clicked.
 HandlerRegistration StreetViewPanoramaImpl.addCloseClickHandler(CloseClickMapHandler handler)
          This event is fired when the close button is clicked.
 



Follow us on GitHub

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