|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GEvent | |
|---|---|
| org.wicketstuff.gmap.api | |
| Uses of GEvent in org.wicketstuff.gmap.api |
|---|
| Methods in org.wicketstuff.gmap.api that return GEvent | |
|---|---|
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. |
| Methods in org.wicketstuff.gmap.api that return types with arguments of type GEvent | |
|---|---|
Map<GEvent,String> |
GOverlay.getFunctionListeners()
Return all registered Listeners. |
Map<GEvent,GEventHandler> |
GOverlay.getListeners()
Return all registered Listeners. |
| Methods in org.wicketstuff.gmap.api with parameters of type GEvent | |
|---|---|
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(AjaxRequestTarget target,
GEvent overlayEvent)
Called when an Ajax call occurs. |
protected abstract void |
GOverlay.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
Implement to handle Ajax calls to your needs. |
protected void |
GPolyline.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
protected void |
GGroundOverlay.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
protected void |
GCircle.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
protected void |
GPolygon.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
protected void |
GInfoWindow.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
Update state from a request to an AJAX target. |
protected void |
GMarker.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||