public abstract class DblClickListener extends GEventListenerBehavior
| Constructor and Description |
|---|
DblClickListener() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEvent()
See: Event table after
google.maps.Map class.
|
protected abstract void |
onDblClick(org.apache.wicket.ajax.AjaxRequestTarget target,
GLatLng latLng)
Override this method to provide handling of a double-click on the map.
|
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.
|
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 GEventListenerBehaviorprotected final void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
GEventListenerBehavioronEvent in class GEventListenerBehaviortarget - Target to add the Components, that need to be redrawn, to.protected abstract void onDblClick(org.apache.wicket.ajax.AjaxRequestTarget target,
GLatLng latLng)
target - the target that initiated the clicklatLng - the clicked GLatLngCopyright © 2016. All rights reserved.