Class DblClickListener

All Implemented Interfaces:
Serializable, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, IClusterable

public abstract class DblClickListener extends GEventListenerBehavior
See "dblclick" in the event section of GMap.
See Also:
  • Constructor Details

    • DblClickListener

      public DblClickListener()
  • Method Details

    • getEvent

      protected String getEvent()
      Description copied from class: GEventListenerBehavior
      See: Event table after google.maps.Map class.
      Specified by:
      getEvent in class GEventListenerBehavior
      Returns:
      The name of the GMap Event that this Listener ought to listen to.
    • onEvent

      protected final void onEvent(AjaxRequestTarget target)
      Description copied from class: GEventListenerBehavior
      Typically response parameters that are meant for this event are picket up and made available for the further processing.
      Specified by:
      onEvent in class GEventListenerBehavior
      Parameters:
      target - Target to add the Components, that need to be redrawn, to.
    • onDblClick

      protected abstract void onDblClick(AjaxRequestTarget target, GLatLng latLng)
      Override this method to provide handling of a double-click on the map.
      Parameters:
      target - the target that initiated the click
      latLng - the clicked GLatLng