Package | Description |
---|---|
com.google.gwt.maps.client | |
com.google.gwt.maps.client.events.rightclick | |
com.google.gwt.maps.client.overlays |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
MapImpl.addRightClickHandler(RightClickMapHandler handler)
This event is fired when the DOM contextmenu event is fired on the map
container.
|
HandlerRegistration |
MapWidget.addRightClickHandler(RightClickMapHandler handler)
This event is fired when the DOM contextmenu event is fired on the map
container.
|
Modifier and Type | Field and Description |
---|---|
static GwtEvent.Type<RightClickMapHandler> |
RightClickMapEvent.TYPE |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<RightClickMapHandler> |
RightClickMapEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
RightClickMapEvent.dispatch(RightClickMapHandler handler) |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Polyline.addRightClickHandler(RightClickMapHandler handler)
This event is fired when the Polyline is right-clicked on.
|
HandlerRegistration |
Circle.addRightClickHandler(RightClickMapHandler handler)
This event is fired when the Circle is right-clicked on.
|
HandlerRegistration |
Polygon.addRightClickHandler(RightClickMapHandler handler)
This event is fired when the Polygon is right-clicked on.
|
HandlerRegistration |
Rectangle.addRightClickHandler(RightClickMapHandler handler)
This event is fired when the Rectangle is right-clicked on.
|
HandlerRegistration |
Marker.addRightClickHandler(RightClickMapHandler handler)
This event is fired for a rightclick on the marker.
|
Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.