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, respond
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, renderHead, updateAjaxAttributes
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
protected String getEvent()
GEventListenerBehavior
getEvent
in class GEventListenerBehavior
protected final void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
GEventListenerBehavior
onEvent
in class GEventListenerBehavior
target
- 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 © 2015. All rights reserved.