Geomajas, geocoder (PureGWT face) 1.4.0-M1

org.geomajas.plugin.geocoder.client
Class GeocoderWidget.StopPropagationHandler

java.lang.Object
  extended by org.geomajas.plugin.geocoder.client.GeocoderWidget.StopPropagationHandler
All Implemented Interfaces:
ClickHandler, DoubleClickHandler, MouseDownHandler, MouseUpHandler, EventHandler
Enclosing class:
GeocoderWidget

public class GeocoderWidget.StopPropagationHandler
extends Object
implements MouseDownHandler, MouseUpHandler, ClickHandler, DoubleClickHandler

Combination of different handlers with a single goal: stop all the events from propagating to the map. This is meant to be used for clickable widgets.

Author:
Pieter De Graef

Constructor Summary
GeocoderWidget.StopPropagationHandler()
           
 
Method Summary
 void onClick(ClickEvent event)
           
 void onDoubleClick(DoubleClickEvent event)
           
 void onMouseDown(MouseDownEvent event)
           
 void onMouseUp(MouseUpEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeocoderWidget.StopPropagationHandler

public GeocoderWidget.StopPropagationHandler()
Method Detail

onDoubleClick

public void onDoubleClick(DoubleClickEvent event)
Specified by:
onDoubleClick in interface DoubleClickHandler

onClick

public void onClick(ClickEvent event)
Specified by:
onClick in interface ClickHandler

onMouseDown

public void onMouseDown(MouseDownEvent event)
Specified by:
onMouseDown in interface MouseDownHandler

onMouseUp

public void onMouseUp(MouseUpEvent event)
Specified by:
onMouseUp in interface MouseUpHandler

Geomajas, geocoder (PureGWT face) 1.4.0-M1

Copyright © 2013 Geosparc. All Rights Reserved.