Uses of Class
org.wicketstuff.gmap.api.GOverlay

Packages that use GOverlay
org.wicketstuff.gmap This package contains wicket gmap3 implementation. 
org.wicketstuff.gmap.api   
 

Uses of GOverlay in org.wicketstuff.gmap
 

Methods in org.wicketstuff.gmap that return types with arguments of type GOverlay
 List<GOverlay> GOverlayContainer.getOverlays()
           
 List<GOverlay> GMap.getOverlays()
           
 

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

Method parameters in org.wicketstuff.gmap with type arguments of type GOverlay
 void GMap.setOverlays(List<GOverlay> overlays)
           
 

Uses of GOverlay in org.wicketstuff.gmap.api
 

Subclasses of GOverlay in org.wicketstuff.gmap.api
 class GCircle
          Represents an Google Maps API's Circle.
 class GGroundOverlay
           
 class GInfoWindow
          Represents an Google Maps API's GInfoWindow.
 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 org.wicketstuff.gmap.api that return GOverlay
 GOverlay GOverlay.addFunctionListener(GEvent event, String jsFunction)
          Add a none Ajax Event.
 GOverlay GOverlay.addListener(GEvent event, GEventHandler handler)
           
 GOverlay GOverlay.clearListeners(GEvent event)
          Clear listeners.
 

Methods in org.wicketstuff.gmap.api with parameters of type GOverlay
 String GEvent.getJSadd(GOverlay overlay)
           
 String GEvent.getJSadd(GOverlay overlay, String function)
           
 String GEvent.getJSclear(GOverlay overlay)
           
 



Copyright © 2014. All rights reserved.