Package | Description |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.events.mouseout | |
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MapWidget.addMouseOutMoveHandler(MouseOutMapHandler handler)
This event is fired when the user's mouse exits the map container.
|
HandlerRegistration |
MapImpl.addMouseOutMoveHandler(MouseOutMapHandler handler)
This event is fired when the user's mouse exits the map container.
|
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<MouseOutMapHandler> |
MouseOutMapEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<MouseOutMapHandler> |
MouseOutMapEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
MouseOutMapEvent.dispatch(MouseOutMapHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Rectangle.addMouseOutMoveHandler(MouseOutMapHandler handler)
This event is fired on Rectangle mouseout.
|
HandlerRegistration |
Polyline.addMouseOutMoveHandler(MouseOutMapHandler handler)
This event is fired on Polyline mouseout.
|
HandlerRegistration |
Polygon.addMouseOutMoveHandler(MouseOutMapHandler handler)
This event is fired on Polygon mouseout.
|
HandlerRegistration |
Marker.addMouseOutMoveHandler(MouseOutMapHandler handler)
This event is fired when the mouse leaves the area of the marker icon.
|
HandlerRegistration |
Circle.addMouseOutMoveHandler(MouseOutMapHandler handler)
This event is fired on Circle mouseout.
|
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.