public abstract class ZoomChangedListener extends GEventListenerBehavior
| Constructor and Description |
|---|
ZoomChangedListener() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEvent()
See: Event table after
google.maps.Map class.
|
protected void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
Typically response parameters that are meant for this event are picket up and made available for the further
processing.
|
protected abstract void |
onZoomChanged(org.apache.wicket.ajax.AjaxRequestTarget target)
Override this method to provide handling of a zoom_changed event.
You can get the new center coordinates of the map by calling GMap.getCenter(). |
getGMap, getJSaddListener, getStatelessHint, onBind, respondfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, renderHead, updateAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindbeforeRender, canCallListenerInterface, detach, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTagprotected String getEvent()
GEventListenerBehaviorgetEvent in class GEventListenerBehaviorwicket.contrib.gmap.event.GEventListenerBehavior#getEvent()protected void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
GEventListenerBehavioronEvent in class GEventListenerBehaviortarget - Target to add the Components, that need to be redrawn, to.wicket.contrib.gmap.event.GEventListenerBehavior#onEvent(org.apache.wicket.ajax.AjaxRequestTarget)protected abstract void onZoomChanged(org.apache.wicket.ajax.AjaxRequestTarget target)
GMap.getCenter().target - the target that initiated the moveCopyright © 2016. All rights reserved.