Package | Description |
---|---|
org.wicketstuff.gmap.api |
Modifier and Type | Method and Description |
---|---|
static GEvent |
GEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GEvent[] |
GEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<GEvent,String> |
GOverlay.getFunctionListeners()
Return all registered Listeners.
|
Map<GEvent,GEventHandler> |
GOverlay.getListeners()
Return all registered Listeners.
|
Modifier and Type | Method and Description |
---|---|
GOverlay |
GOverlay.addFunctionListener(GEvent event,
String jsFunction)
Add a none Ajax Event.
|
GOverlay |
GOverlay.addListener(GEvent event,
GEventHandler handler) |
GOverlay |
GOverlay.clearListeners(GEvent event)
Clear listeners.
|
void |
GOverlay.onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent)
Called when an Ajax call occurs.
|
protected void |
GPolyline.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent) |
protected abstract void |
GOverlay.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent)
Implement to handle Ajax calls to your needs.
|
protected void |
GInfoWindow.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent)
Update state from a request to an AJAX target.
|
protected void |
GRectangle.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent) |
protected void |
GCircle.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent) |
protected void |
GGroundOverlay.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent) |
protected void |
GPolygon.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent) |
protected void |
GMarker.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent) |
Copyright © 2015. All rights reserved.