|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapitz.gwt.googleMaps.client.GMarkerEventManager
public class GMarkerEventManager
Event Manager which manages GMarker events
| Constructor Summary | |
|---|---|
GMarkerEventManager()
|
|
| Method Summary | |
|---|---|
void |
addOnClickListener(GMarker marker,
GMarkerEventListener listener)
click none This event is fired when the marker icon was clicked. |
void |
addOnDblClickListener(GMarker marker,
GMarkerEventListener listener)
dblclick none This event is fired when the marker icon was double-clicked. |
void |
addOnInfoWindowCloseListener(GMarker marker,
GMarkerEventListener listener)
infowindowclose none This event is fired when the info window of the map that was opened through this marker is closed again. |
void |
addOnInfoWindowOpenListener(GMarker marker,
GMarkerEventListener listener)
infowindowopen none This event is fired when the info window of the map was opened through this marker. |
void |
addOnMouseDownListener(GMarker marker,
GMarkerEventListener listener)
mousedown none This event is fired when the DOM mousedown event is fired on the marker icon. |
void |
addOnMouseOutListener(GMarker marker,
GMarkerEventListener listener)
mouseout none This event is fired when the mouse leaves the area of the marker icon. |
void |
addOnMouseOverListener(GMarker marker,
GMarkerEventListener listener)
mouseover none This event is fired when the mouse enters the area of the marker icon. |
void |
addOnMouseUpListener(GMarker marker,
GMarkerEventListener listener)
mouseup none This event is fired for the DOM mouseup on the marker. |
void |
addOnRemoveListener(GMarker marker,
GMarkerEventListener listener)
remove none This event is fired when the marker is removed from the map, using GMap2.removeOverlay() or GMap2.clearOverlays(). |
void |
onClick(GMarker marker)
|
void |
onDblClick(GMarker marker)
|
void |
onInfoWindowClose(GMarker marker)
|
void |
onInfoWindowOpen(GMarker marker)
|
void |
onMouseDown(GMarker marker)
|
void |
onMouseOut(GMarker marker)
|
void |
onMouseOver(GMarker marker)
|
void |
onMouseUp(GMarker marker)
|
void |
onRemove(GMarker marker)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GMarkerEventManager()
| Method Detail |
|---|
public void addOnClickListener(GMarker marker,
GMarkerEventListener listener)
public void onClick(GMarker marker)
public void addOnDblClickListener(GMarker marker,
GMarkerEventListener listener)
public void onDblClick(GMarker marker)
public void addOnMouseDownListener(GMarker marker,
GMarkerEventListener listener)
public void onMouseDown(GMarker marker)
public void addOnMouseUpListener(GMarker marker,
GMarkerEventListener listener)
public void onMouseUp(GMarker marker)
public void addOnMouseOverListener(GMarker marker,
GMarkerEventListener listener)
public void onMouseOver(GMarker marker)
public void addOnMouseOutListener(GMarker marker,
GMarkerEventListener listener)
public void onMouseOut(GMarker marker)
public void addOnInfoWindowOpenListener(GMarker marker,
GMarkerEventListener listener)
public void onInfoWindowOpen(GMarker marker)
public void addOnInfoWindowCloseListener(GMarker marker,
GMarkerEventListener listener)
public void onInfoWindowClose(GMarker marker)
public void addOnRemoveListener(GMarker marker,
GMarkerEventListener listener)
public void onRemove(GMarker marker)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||