Package | Description |
---|---|
com.google.gwt.maps.client.events.mousedown | |
com.google.gwt.maps.client.overlays |
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<MouseDownMapHandler> |
MouseDownMapEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<MouseDownMapHandler> |
MouseDownMapEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
MouseDownMapEvent.dispatch(MouseDownMapHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Polyline.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired when the DOM mousedown event is fired on the
Polyline.
|
HandlerRegistration |
Circle.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired when the DOM mousedown event is fired on the Circle.
|
HandlerRegistration |
Polygon.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired when the DOM mousedown event is fired on the Polygon.
|
HandlerRegistration |
Rectangle.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired when the DOM mousedown event is fired on the
Rectangle.
|
HandlerRegistration |
Marker.addMouseDownHandler(MouseDownMapHandler handler)
This event is fired for a mousedown on the marker.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.