Uses of Class
wicket.contrib.gmap.api.GOverlay

Packages that use GOverlay
wicket.contrib.gmap This package contains wicket gmap2 implementation. 
wicket.contrib.gmap.api   
wicket.contrib.gmap.event   
 

Uses of GOverlay in wicket.contrib.gmap
 

Methods in wicket.contrib.gmap that return types with arguments of type GOverlay
 List<GOverlay> GOverlayContainer.getOverlays()
           
 List<GOverlay> GMap2.getOverlays()
           
 

Methods in wicket.contrib.gmap with parameters of type GOverlay
 GOverlayContainer GOverlayContainer.addOverlay(GOverlay child)
          Adds a child component to this container.
 GMap2 GMap2.addOverlay(GOverlay overlay)
          Add an overlay.
 GOverlayContainer GOverlayContainer.removeOverlay(GOverlay overlay)
          Remove an overlay.
 GMap2 GMap2.removeOverlay(GOverlay overlay)
          Remove an overlay.
 

Method parameters in wicket.contrib.gmap with type arguments of type GOverlay
 void GMap2.setOverlays(List<GOverlay> overlays)
           
 

Constructor parameters in wicket.contrib.gmap with type arguments of type GOverlay
GMap2(String id, GMapHeaderContributor headerContrib, List<GOverlay> overlays)
          Deprecated. The usage is discouraged. Use this(String, String) instead and add the overlays later on.
GMap2(String id, String gMapKey, List<GOverlay> overlays)
          Deprecated. The usage is discouraged. Use this(String, String) instead and add the overlays later on.
 

Uses of GOverlay in wicket.contrib.gmap.api
 

Subclasses of GOverlay in wicket.contrib.gmap.api
 class GGeoXml
          Represents an Google Maps API's GGeoXml.
 class GGroundOverlay
           
 class GMarker
          Represents an Google Maps API's GMarker.
 class GPolygon
          Represents an Google Maps API's GPolygon.
 class GPolyline
          Represents an Google Maps API's GPolyline.
 

Methods in wicket.contrib.gmap.api that return GOverlay
 GOverlay GOverlay.addListener(GEvent event, GEventHandler handler)
          Add a control.
 GOverlay GOverlay.clearListeners(GEvent event)
          Clear listeners.
 

Methods in wicket.contrib.gmap.api with parameters of type GOverlay
 String GEvent.getJSadd(GOverlay overlay)
           
 String GEvent.getJSclear(GOverlay overlay)
           
 

Uses of GOverlay in wicket.contrib.gmap.event
 

Methods in wicket.contrib.gmap.event with parameters of type GOverlay
protected abstract  void ClickListener.onClick(AjaxRequestTarget target, GLatLng latLng, GOverlay overlay)
          Override this method to provide handling of a click on the map.
 



Copyright © 2012. All Rights Reserved.