Follow us on GitHub

Uses of Interface
com.google.gwt.maps.client.events.resize.ResizeMapHandler

Packages that use ResizeMapHandler
com.google.gwt.maps.client   
com.google.gwt.maps.client.events.resize   
com.google.gwt.maps.client.streetview   
 

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

Methods in com.google.gwt.maps.client with parameters of type ResizeMapHandler
 HandlerRegistration MapWidget.addResizeHandler(ResizeMapHandler handler)
          Developers should trigger this event on the map when the div changes size: google.maps.event.trigger(map, 'resize') .
 HandlerRegistration MapImpl.addResizeHandler(ResizeMapHandler handler)
          Developers should trigger this event on the map when the div changes size: google.maps.event.trigger(map, 'resize') .
 

Uses of ResizeMapHandler in com.google.gwt.maps.client.events.resize
 

Fields in com.google.gwt.maps.client.events.resize with type parameters of type ResizeMapHandler
static GwtEvent.Type<ResizeMapHandler> ResizeMapEvent.TYPE
           
 

Methods in com.google.gwt.maps.client.events.resize that return types with arguments of type ResizeMapHandler
 GwtEvent.Type<ResizeMapHandler> ResizeMapEvent.getAssociatedType()
           
 

Methods in com.google.gwt.maps.client.events.resize with parameters of type ResizeMapHandler
protected  void ResizeMapEvent.dispatch(ResizeMapHandler handler)
           
 

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

Methods in com.google.gwt.maps.client.streetview with parameters of type ResizeMapHandler
 HandlerRegistration StreetViewPanoramaWidget.addResizeHandler(ResizeMapHandler handler)
          Developers should trigger this event on the panorama when its div changes size: google.maps.event.trigger(panorama, 'resize').
 HandlerRegistration StreetViewPanoramaImpl.addResizeHandler(ResizeMapHandler handler)
          Developers should trigger this event on the panorama when its div changes size: google.maps.event.trigger(panorama, 'resize').
 



Follow us on GitHub

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