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