Package | Description |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.events.mouseover | |
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MapImpl.addMouseOverHandler(MouseOverMapHandler handler)
This event is fired when the user's mouse enters the map container.
|
HandlerRegistration |
MapWidget.addMouseOverHandler(MouseOverMapHandler handler)
This event is fired when the user's mouse enters the map container.
|
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<MouseOverMapHandler> |
MouseOverMapEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<MouseOverMapHandler> |
MouseOverMapEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
MouseOverMapEvent.dispatch(MouseOverMapHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Polyline.addMouseOverHandler(MouseOverMapHandler handler)
This event is fired on Polyline mouseover.
|
HandlerRegistration |
Circle.addMouseOverHandler(MouseOverMapHandler handler)
This event is fired on Circle mouseover.
|
HandlerRegistration |
Polygon.addMouseOverHandler(MouseOverMapHandler handler)
This event is fired on Polygon mouseover.
|
HandlerRegistration |
Rectangle.addMouseOverHandler(MouseOverMapHandler handler)
This event is fired on Rectangle mouseover.
|
HandlerRegistration |
Marker.addMouseOverHandler(MouseOverMapHandler handler)
This event is fired when the mouse enters the area of the marker icon.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.