Package | Description |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.events.mousemove | |
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MapImpl.addMouseMoveHandler(MouseMoveMapHandler handler)
This event is fired whenever the user's mouse moves over the map
container.
|
HandlerRegistration |
MapWidget.addMouseMoveHandler(MouseMoveMapHandler handler)
This event is fired whenever the user's mouse moves over the map
container.
|
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<MouseMoveMapHandler> |
MouseMoveMapEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<MouseMoveMapHandler> |
MouseMoveMapEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
MouseMoveMapEvent.dispatch(MouseMoveMapHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Polyline.addMouseMoveHandler(MouseMoveMapHandler handler)
This event is fired when the DOM mousemove event is fired on the
Polyline.
|
HandlerRegistration |
Circle.addMouseMoveHandler(MouseMoveMapHandler handler)
This event is fired when the DOM mousemove event is fired on the Circle.
|
HandlerRegistration |
Polygon.addMouseMoveHandler(MouseMoveMapHandler handler)
This event is fired when the DOM mousemove event is fired on the Polygon.
|
HandlerRegistration |
Rectangle.addMouseMoveHandler(MouseMoveMapHandler handler)
This event is fired when the DOM mousemove event is fired on the
Rectangle.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.