|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GEvent | |
|---|---|
| wicket.contrib.gmap.api | |
| Uses of GEvent in wicket.contrib.gmap.api |
|---|
| Methods in wicket.contrib.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're declared. |
| Methods in wicket.contrib.gmap.api that return types with arguments of type GEvent | |
|---|---|
Map<GEvent,GEventHandler> |
GOverlay.getListeners()
Return all registered Listeners. |
| Methods in wicket.contrib.gmap.api with parameters of type GEvent | |
|---|---|
GOverlay |
GOverlay.addListener(GEvent event,
GEventHandler handler)
Add a control. |
GOverlay |
GOverlay.clearListeners(GEvent event)
Clear listeners. |
void |
GOverlay.onEvent(AjaxRequestTarget target,
GEvent overlayEvent)
Called when an Ajax call occurs. |
protected void |
GMarker.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
protected void |
GPolyline.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
protected void |
GGeoXml.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
protected void |
GGroundOverlay.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
protected void |
GPolygon.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
|
protected abstract void |
GOverlay.updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
Implement to handle Ajax calls to your needs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||