A B C D E F G H I L M O P R S T U V W Z

A

add(Object) - Method in class org.wicketstuff.gmap.js.Array
 
add(Object) - Method in class org.wicketstuff.gmap.js.Constructor
 
addFunctionListener(GEvent, String) - Method in class org.wicketstuff.gmap.api.GOverlay
Add a none Ajax Event.
addListener(GEvent, GEventHandler) - Method in class org.wicketstuff.gmap.api.GOverlay
 
addOverlay(GOverlay) - Method in class org.wicketstuff.gmap.GMap
Add an overlay.
addOverlay(GOverlay) - Method in interface org.wicketstuff.gmap.GOverlayContainer
Adds a child component to this container.
addString(Object) - Method in class org.wicketstuff.gmap.js.Constructor
 
Array - Class in org.wicketstuff.gmap.js
 
Array() - Constructor for class org.wicketstuff.gmap.js.Array
 
autoPan(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 

B

bouncy(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 

C

clearListeners(GEvent) - Method in class org.wicketstuff.gmap.api.GOverlay
Clear listeners.
clickable(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
ClickListener - Class in org.wicketstuff.gmap.event
This event is fired when the user clicks on the map (but not when they click on a marker or infowindow).
ClickListener() - Constructor for class org.wicketstuff.gmap.event.ClickListener
 
clone() - Method in class org.wicketstuff.gmap.api.GIcon
 
clone() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
close() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
Constructor - Class in org.wicketstuff.gmap.js
 
Constructor(String) - Constructor for class org.wicketstuff.gmap.js.Constructor
 

D

DblClickListener - Class in org.wicketstuff.gmap.event
See "dblclick" in the event section of GMap.
DblClickListener() - Constructor for class org.wicketstuff.gmap.event.DblClickListener
 
decode(String) - Method in class org.wicketstuff.gmap.geocoder.Geocoder
 
DragEndListener - Class in org.wicketstuff.gmap.event
See "dragend" in the event section of DragEndListener() - Constructor for class org.wicketstuff.gmap.event.DragEndListener
 
draggable(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
DragListener - Class in org.wicketstuff.gmap.event
See "drag" in the event section of google.maps.Map class .
DragListener() - Constructor for class org.wicketstuff.gmap.event.DragListener
 
DragStartListener - Class in org.wicketstuff.gmap.event
See "dragstart" in the event section of google.maps.Map class.
DragStartListener() - Constructor for class org.wicketstuff.gmap.event.DragStartListener
 

E

encode(String) - Method in class org.wicketstuff.gmap.geocoder.Geocoder
builds the google geo-coding url
equals(Object) - Method in class org.wicketstuff.gmap.api.GLatLng
 
equals(Object) - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
equals(Object) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
equals(Object) - Method in class org.wicketstuff.gmap.api.GPoint
 
equals(Object) - Method in class org.wicketstuff.gmap.api.GSize
 

F

fitMarkers(List<GLatLng>) - Method in class org.wicketstuff.gmap.GMap
 
fitMarkers(List<GLatLng>, boolean) - Method in class org.wicketstuff.gmap.GMap
 
fitMarkers(List<GLatLng>, boolean, double) - Method in class org.wicketstuff.gmap.GMap
Makes the map zoom out and centre around all the GLatLng points in markersToShow.

G

GCircle - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's Circle.
GCircle(GLatLng, double, String, int, float, String, float) - Constructor for class org.wicketstuff.gmap.api.GCircle
 
GClientGeocoder - Class in org.wicketstuff.gmap.api
 
GClientGeocoder(String, TextField<?>) - Constructor for class org.wicketstuff.gmap.api.GClientGeocoder
Construct.
GClientGeocoder(String, TextField<?>, Duration) - Constructor for class org.wicketstuff.gmap.api.GClientGeocoder
 
geocode(String) - Method in class org.wicketstuff.gmap.geocoder.Geocoder
 
Geocoder - Class in org.wicketstuff.gmap.geocoder
Geocoder.
Geocoder() - Constructor for class org.wicketstuff.gmap.geocoder.Geocoder
 
GeocoderException - Exception in org.wicketstuff.gmap.geocoder
 
GeocoderException(GeocoderStatus) - Constructor for exception org.wicketstuff.gmap.geocoder.GeocoderException
 
GeocoderStatus - Enum in org.wicketstuff.gmap.geocoder
Possible values of return status field.
getAnchor() - Method in class org.wicketstuff.gmap.api.GIcon
 
getAnchor() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getArguments() - Method in class org.wicketstuff.gmap.api.GLatLng
 
getBackgroundPosition() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getBounds() - Method in class org.wicketstuff.gmap.GMap
 
getCallbackScript() - Method in class org.wicketstuff.gmap.api.GClientGeocoder
 
getCenter() - Method in class org.wicketstuff.gmap.GMap
 
getContent() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getCursor() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getDependencies() - Method in class org.wicketstuff.gmap.WicketGMapJsReference
 
getDisableAutoPan() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getEvent() - Method in class org.wicketstuff.gmap.event.ClickListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.DblClickListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.DragEndListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.DragListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.DragStartListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
See: Event table after google.maps.Map class.
getEvent() - Method in class org.wicketstuff.gmap.event.LoadListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.MapTypeChangedListener
 
getEvent() - Method in class org.wicketstuff.gmap.event.ZoomChangedListener
 
getFunctionListeners() - Method in class org.wicketstuff.gmap.api.GOverlay
Return all registered Listeners.
getGmap() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getGMap() - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
getGridSize() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getHeight() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getHeight() - Method in class org.wicketstuff.gmap.api.GSize
 
getIcon() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getId() - Method in class org.wicketstuff.gmap.api.GIcon
 
getId() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getJS() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getJSadd(GOverlay, String) - Method in enum org.wicketstuff.gmap.api.GEvent
 
getJSadd(GOverlay) - Method in enum org.wicketstuff.gmap.api.GEvent
 
getJSaddListener() - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
getJSaddListener() - Method in class org.wicketstuff.gmap.event.LoadListener
 
getJSclear(GOverlay) - Method in enum org.wicketstuff.gmap.api.GEvent
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GCircle
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GGroundOverlay
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GIcon
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GLatLng
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarker
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarkerCluster
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GOverlay
Implement the needed JavaScript constructor for the corresponding JavaScript object.
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GPoint
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GPolygon
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GPolyline
 
getJSconstructor() - Method in class org.wicketstuff.gmap.api.GSize
 
getJSconstructor() - Method in interface org.wicketstuff.gmap.api.GValue
 
getJSinit() - Method in class org.wicketstuff.gmap.GMap
Generates the JavaScript used to instantiate this GMap3 as an JavaScript class on the client side.
getJSinit() - Method in class org.wicketstuff.gmap.GMap.OverlayListener
 
getJSinvoke(String) - Method in class org.wicketstuff.gmap.GMap
Convenience method for generating a JavaScript call on this GMap with the given invocation.
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.PanDirectionBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.SetCenterBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.SetMapTypeBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.SetZoomBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.ZoomInBehavior
 
getJSinvoke() - Method in class org.wicketstuff.gmap.GMap.ZoomOutBehavior
 
getJsReference() - Method in class org.wicketstuff.gmap.GMap
Build a reference in JS-Scope.
getJSremove() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getJSsetMapType(GMap) - Method in enum org.wicketstuff.gmap.api.GMapType
 
getLat() - Method in class org.wicketstuff.gmap.api.GLatLng
 
getLatitude() - Method in class org.wicketstuff.gmap.api.GPoint
 
getLatLng() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getLatLng() - Method in class org.wicketstuff.gmap.api.GMarker
 
getLatLng() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getListeners() - Method in class org.wicketstuff.gmap.api.GOverlay
Return all registered Listeners.
getLng() - Method in class org.wicketstuff.gmap.api.GLatLng
 
getLongitude() - Method in class org.wicketstuff.gmap.api.GPoint
 
getMapId() - Method in class org.wicketstuff.gmap.GMap
 
getMapType() - Method in class org.wicketstuff.gmap.GMap
 
getMarkerOptions() - Method in class org.wicketstuff.gmap.api.GMarker
 
getMaxWidth() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getMaxZoom() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getMaxZoom() - Method in class org.wicketstuff.gmap.GMap
 
getMinimumClusterSize() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getMinZoom() - Method in class org.wicketstuff.gmap.GMap
 
getNE() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
getOrigin() - Method in class org.wicketstuff.gmap.api.GIcon
 
getOverlayListener() - Method in class org.wicketstuff.gmap.GMap
 
getOverlayListener() - Method in class org.wicketstuff.gmap.GMapStateless
 
getOverlays() - Method in class org.wicketstuff.gmap.GMap
 
getOverlays() - Method in interface org.wicketstuff.gmap.GOverlayContainer
 
getPage() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getParent() - Method in class org.wicketstuff.gmap.api.GOverlay
 
getScaledSize() - Method in class org.wicketstuff.gmap.api.GIcon
 
getSensor() - Method in class org.wicketstuff.gmap.GMapHeaderContributor
 
getShadow() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getSize() - Method in class org.wicketstuff.gmap.api.GIcon
 
getStatelessHint(Component) - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
getStatelessHint() - Method in class org.wicketstuff.gmap.GMapStateless
 
getStatelessHint(Component) - Method in class org.wicketstuff.gmap.StatelessGMapHeaderContributor
 
getStatus() - Method in exception org.wicketstuff.gmap.geocoder.GeocoderException
 
getStyles() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
getSW() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
getTextColor() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getTextSize() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getTitle() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
getTriggerEventScript(String) - Method in class org.wicketstuff.gmap.GMap
Returns the script for triggering an event on map.
getTriggerResizeScript() - Method in class org.wicketstuff.gmap.GMap
 
getUrl() - Method in class org.wicketstuff.gmap.api.GIcon
 
getUrl() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getWidth() - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
getWidth() - Method in class org.wicketstuff.gmap.api.GSize
 
getzIndex() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
getZoom() - Method in class org.wicketstuff.gmap.GMap
 
GEvent - Enum in org.wicketstuff.gmap.api
An enumeration of all supported events by Google Maps v3 Taken from Map Events
GEventHandler - Class in org.wicketstuff.gmap.api
 
GEventHandler() - Constructor for class org.wicketstuff.gmap.api.GEventHandler
 
GEventListenerBehavior - Class in org.wicketstuff.gmap.event
 
GEventListenerBehavior() - Constructor for class org.wicketstuff.gmap.event.GEventListenerBehavior
 
GGroundOverlay - Class in org.wicketstuff.gmap.api
 
GGroundOverlay(String, GLatLngBounds) - Constructor for class org.wicketstuff.gmap.api.GGroundOverlay
 
GIcon - Class in org.wicketstuff.gmap.api
http://code.google.com/apis/maps/documentation/javascript/reference.html# MarkerImage
GIcon() - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GIcon(String) - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GIcon(char) - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GIcon(String, GSize, GPoint, GPoint, GSize) - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GIcon(String, GSize, GPoint) - Constructor for class org.wicketstuff.gmap.api.GIcon
 
GInfoWindow - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GInfoWindow.
GInfoWindow(GLatLng, String) - Constructor for class org.wicketstuff.gmap.api.GInfoWindow
Constructor.
GInfoWindow(GLatLng, Component) - Constructor for class org.wicketstuff.gmap.api.GInfoWindow
Constructor.
GLatLng - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's LatLng.
GLatLng(double, double) - Constructor for class org.wicketstuff.gmap.api.GLatLng
Construct.
GLatLng(double, double, boolean) - Constructor for class org.wicketstuff.gmap.api.GLatLng
Construct.
GLatLngBounds - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GLatLngBounds.
GLatLngBounds(GLatLng, GLatLng) - Constructor for class org.wicketstuff.gmap.api.GLatLngBounds
Construct.
GMap - Class in org.wicketstuff.gmap
Wicket component to embed Google Maps into your pages.
GMap(String) - Constructor for class org.wicketstuff.gmap.GMap
Construct.
GMap(String, boolean) - Constructor for class org.wicketstuff.gmap.GMap
 
GMap(String, GMapHeaderContributor) - Constructor for class org.wicketstuff.gmap.GMap
Construct.
GMap.OverlayListener - Class in org.wicketstuff.gmap
 
GMap.OverlayListener() - Constructor for class org.wicketstuff.gmap.GMap.OverlayListener
 
GMap.PanDirectionBehavior - Class in org.wicketstuff.gmap
 
GMap.PanDirectionBehavior(String, int, int) - Constructor for class org.wicketstuff.gmap.GMap.PanDirectionBehavior
 
GMap.SetCenterBehavior - Class in org.wicketstuff.gmap
 
GMap.SetCenterBehavior(String, GLatLng) - Constructor for class org.wicketstuff.gmap.GMap.SetCenterBehavior
 
GMap.SetMapTypeBehavior - Class in org.wicketstuff.gmap
 
GMap.SetMapTypeBehavior(String, GMapType) - Constructor for class org.wicketstuff.gmap.GMap.SetMapTypeBehavior
 
GMap.SetZoomBehavior - Class in org.wicketstuff.gmap
 
GMap.SetZoomBehavior(String, int) - Constructor for class org.wicketstuff.gmap.GMap.SetZoomBehavior
 
GMap.ZoomInBehavior - Class in org.wicketstuff.gmap
 
GMap.ZoomInBehavior(String) - Constructor for class org.wicketstuff.gmap.GMap.ZoomInBehavior
 
GMap.ZoomOutBehavior - Class in org.wicketstuff.gmap
 
GMap.ZoomOutBehavior(String) - Constructor for class org.wicketstuff.gmap.GMap.ZoomOutBehavior
 
GMapHeaderContributor - Class in org.wicketstuff.gmap
 
GMapHeaderContributor() - Constructor for class org.wicketstuff.gmap.GMapHeaderContributor
 
GMapHeaderContributor(boolean) - Constructor for class org.wicketstuff.gmap.GMapHeaderContributor
 
GMapHeaderContributor(String) - Constructor for class org.wicketstuff.gmap.GMapHeaderContributor
 
GMapHeaderContributor(String, boolean) - Constructor for class org.wicketstuff.gmap.GMapHeaderContributor
Constructor.
GMapMarkerClustererHeaderContributor - Class in org.wicketstuff.gmap
Header contributor for marker clusterer file
GMapMarkerClustererHeaderContributor() - Constructor for class org.wicketstuff.gmap.GMapMarkerClustererHeaderContributor
Constructor.
GMapStateless - Class in org.wicketstuff.gmap
A stateless version of the GMap component.
GMapStateless(String, StatelessGMapHeaderContributor) - Constructor for class org.wicketstuff.gmap.GMapStateless
 
GMapType - Enum in org.wicketstuff.gmap.api
Represents an Google Maps API's GMapType.
GMarker - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GMarker.
GMarker(GMarkerOptions) - Constructor for class org.wicketstuff.gmap.api.GMarker
 
GMarker(String, GMarkerOptions) - Constructor for class org.wicketstuff.gmap.api.GMarker
 
GMarkerCluster - Class in org.wicketstuff.gmap.api
Clusters markers into groups.
GMarkerCluster(GMap) - Constructor for class org.wicketstuff.gmap.api.GMarkerCluster
 
GMarkerCluster(GMap, GMarkerClusterOptions) - Constructor for class org.wicketstuff.gmap.api.GMarkerCluster
 
GMarkerClusterOptions - Class in org.wicketstuff.gmap.api
Options object for using specific settings in marker clustering.
GMarkerClusterOptions() - Constructor for class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
GMarkerClusterStyle - Class in org.wicketstuff.gmap.api
Used in GMarkerClusterOptions JS code with options: 'styles': (object) An object that has style properties: 'url': (string) The image url.
GMarkerClusterStyle() - Constructor for class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
GMarkerOptions - Class in org.wicketstuff.gmap.api
http://code.google.com/apis/maps/documentation/javascript/reference.html# MarkerOptions
GMarkerOptions(GMap, GLatLng) - Constructor for class org.wicketstuff.gmap.api.GMarkerOptions
 
GMarkerOptions(GMap, GLatLng, String) - Constructor for class org.wicketstuff.gmap.api.GMarkerOptions
 
GMarkerOptions(GMap, GLatLng, String, GIcon, GIcon) - Constructor for class org.wicketstuff.gmap.api.GMarkerOptions
 
GOverlay - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GOverlay.
GOverlay() - Constructor for class org.wicketstuff.gmap.api.GOverlay
Construct.
GOverlay(String) - Constructor for class org.wicketstuff.gmap.api.GOverlay
Used in stateless environment as session id's are changing continuously without state.
GOverlayContainer - Interface in org.wicketstuff.gmap
 
GPoint - Class in org.wicketstuff.gmap.api
Represents an Maps API's GPoint that contains x and y coordinates.
GPoint(float, float) - Constructor for class org.wicketstuff.gmap.api.GPoint
 
GPolygon - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GPolygon.
GPolygon(String, int, float, String, float, GLatLng...) - Constructor for class org.wicketstuff.gmap.api.GPolygon
 
GPolyline - Class in org.wicketstuff.gmap.api
Represents an Google Maps API's GPolyline.
GPolyline(String, int, float, GLatLng...) - Constructor for class org.wicketstuff.gmap.api.GPolyline
 
GSize - Class in org.wicketstuff.gmap.api
Represents an Maps API's GSize that contains width and height.
GSize(float, float) - Constructor for class org.wicketstuff.gmap.api.GSize
 
GValue - Interface in org.wicketstuff.gmap.api
Root class for all Value Objects.
All implementations shall override #equals(Object) and #hashCode().

H

hashCode() - Method in class org.wicketstuff.gmap.api.GLatLng
 
hashCode() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 
hashCode() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
hashCode() - Method in class org.wicketstuff.gmap.api.GPoint
 
hashCode() - Method in class org.wicketstuff.gmap.api.GSize
 

I

INSTANCE - Static variable in class org.wicketstuff.gmap.WicketGMapJsReference
 
invokeService(String) - Method in class org.wicketstuff.gmap.geocoder.Geocoder
fetches the url content
isAutoPan() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
isAverageCenter() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
isBouncy() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
isClickable() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
isDoubleClickZoomEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the function zooming-by-doubleclick enabled? Disabled by default.
isDraggable() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
isDraggingEnabled() - Method in class org.wicketstuff.gmap.GMap
Is dragging allowed? Enabled by default.
isFailSilently() - Method in class org.wicketstuff.gmap.GMap
 
isFlat() - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
isMapTypeControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the map type control enabled? Enabled by default.
isMarkerClusterEnabled() - Method in class org.wicketstuff.gmap.GMap
 
isOpen() - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
isPanControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the pan control enabled? Enabled by default.
isScaleControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the scale control enabled? Disabled by default.
isScrollWheelZoomEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the function zooming-by-mousewheel enabled? Disabled by default.
isStreetViewControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the StreetView control enabled? Disabled by default.
isZoomControlEnabled() - Method in class org.wicketstuff.gmap.GMap
Is the zoom control enabled? Enabled by default.
isZoomOnClick() - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 

L

LoadListener - Class in org.wicketstuff.gmap.event
See "load" in the event section of GMap2.
LoadListener() - Constructor for class org.wicketstuff.gmap.event.LoadListener
 

M

map - Variable in class org.wicketstuff.gmap.GMap
 
MapTypeChangedListener - Class in org.wicketstuff.gmap.event
See "maptypeid_changed" in the event section of google.maps.Map class .
MapTypeChangedListener() - Constructor for class org.wicketstuff.gmap.event.MapTypeChangedListener
 

O

ObjectLiteral - Class in org.wicketstuff.gmap.js
 
ObjectLiteral() - Constructor for class org.wicketstuff.gmap.js.ObjectLiteral
 
onBeforeRender() - Method in class org.wicketstuff.gmap.GMap
 
onBind() - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
onClick(AjaxRequestTarget, GLatLng) - Method in class org.wicketstuff.gmap.event.ClickListener
Override this method to provide handling of a click on the map.
onDblClick(AjaxRequestTarget, GLatLng) - Method in class org.wicketstuff.gmap.event.DblClickListener
Override this method to provide handling of a double-click on the map.
onDrag(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragListener
 
onDragEnd(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragEndListener
 
onDragStart(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragStartListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.api.GClientGeocoder
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.api.GEventHandler
 
onEvent(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GOverlay
Called when an Ajax call occurs.
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.ClickListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DblClickListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragEndListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.DragStartListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
Typically response parameters that are meant for this event are picket up and made available for the further processing.
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.LoadListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.MapTypeChangedListener
 
onEvent(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.ZoomChangedListener
 
onGeoCode(AjaxRequestTarget, GeocoderStatus, String, GLatLng) - Method in class org.wicketstuff.gmap.api.GClientGeocoder
 
onLoad(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.LoadListener
 
onMapTypeChanged(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.MapTypeChangedListener
 
onZoomChanged(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.ZoomChangedListener
Override this method to provide handling of a zoom_changed event.
You can get the new center coordinates of the map by calling GMap.getCenter().
org.wicketstuff.gmap - package org.wicketstuff.gmap
This package contains wicket gmap3 implementation.
org.wicketstuff.gmap.api - package org.wicketstuff.gmap.api
 
org.wicketstuff.gmap.event - package org.wicketstuff.gmap.event
 
org.wicketstuff.gmap.geocoder - package org.wicketstuff.gmap.geocoder
 
org.wicketstuff.gmap.js - package org.wicketstuff.gmap.js
 
OUTPUT_JSON - Static variable in class org.wicketstuff.gmap.geocoder.Geocoder
 
OUTPUT_XML - Static variable in class org.wicketstuff.gmap.geocoder.Geocoder
 

P

panTo(GLatLng) - Method in class org.wicketstuff.gmap.GMap
Changes the center point of the map to the given point.
parse(String) - Static method in class org.wicketstuff.gmap.api.GLatLng
(37.34068368469045, -122.48519897460936)
parse(String) - Static method in class org.wicketstuff.gmap.api.GLatLngBounds
((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))

R

removeAllOverlays() - Method in class org.wicketstuff.gmap.GMap
Clear all overlays.
removeAllOverlays() - Method in interface org.wicketstuff.gmap.GOverlayContainer
Clear all overlays.
removeOverlay(GOverlay) - Method in class org.wicketstuff.gmap.GMap
Remove an overlay.
removeOverlay(GOverlay) - Method in interface org.wicketstuff.gmap.GOverlayContainer
Remove an overlay.
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.gmap.api.GClientGeocoder
 
renderHead(IHeaderResponse) - Method in class org.wicketstuff.gmap.GMap
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.gmap.GMapHeaderContributor
 
renderHead(Component, IHeaderResponse) - Method in class org.wicketstuff.gmap.GMapMarkerClustererHeaderContributor
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.event.GEventListenerBehavior
 
respond(AjaxRequestTarget) - Method in class org.wicketstuff.gmap.GMap.OverlayListener
 

S

set(String, String) - Method in class org.wicketstuff.gmap.js.ObjectLiteral
 
setAnchor(GPoint) - Method in class org.wicketstuff.gmap.api.GIcon
The position at which to anchor an image in correspondance to the location of the marker on the map.
setAnchor(Integer[]) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setAverageCenter(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setBackgroundPosition(String) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setCenter(GLatLng) - Method in class org.wicketstuff.gmap.GMap
Set the center.
setClickable(boolean) - Method in class org.wicketstuff.gmap.api.GCircle
 
setContent(String) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setDisableAutoPan(Boolean) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setDoubleClickZoomEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if zooming-by-doubleclicking should be allowed or not.
setDraggable(boolean) - Method in class org.wicketstuff.gmap.api.GCircle
 
setDraggingEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if dragging should be allowed or not.
setEditable(boolean) - Method in class org.wicketstuff.gmap.api.GCircle
 
setFailSilently(boolean) - Method in class org.wicketstuff.gmap.GMap
 
setGridSize(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setHeight(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setLatLng(GLatLng) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setLatLng(GLatLng) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
setMapType(GMapType) - Method in class org.wicketstuff.gmap.GMap
Sets the map type which should be used.
setMapTypeControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the map type control should be visible or not.
setMarkerCluster(GMarkerCluster) - Method in class org.wicketstuff.gmap.GMap
 
setMaxWidth(Integer) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setMaxZoom(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setMaxZoom(int) - Method in class org.wicketstuff.gmap.GMap
Sets a new maxZoom limit.
setMinimumClusterSize(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setMinZoom(int) - Method in class org.wicketstuff.gmap.GMap
Sets a new minZoom limit.
setOrigin(GPoint) - Method in class org.wicketstuff.gmap.api.GIcon
The position of the image within a sprite, if any.
setOverlays(List<GOverlay>) - Method in class org.wicketstuff.gmap.GMap
 
setPanControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the pan control should be visible or not.
setParent(GMap) - Method in class org.wicketstuff.gmap.api.GOverlay
 
setScaleControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the scale control should be visible or not.
setScaledSize(GSize) - Method in class org.wicketstuff.gmap.api.GIcon
The size of the entire image after scaling, if any.
setSchema(String) - Method in class org.wicketstuff.gmap.api.GIcon
 
setScrollWheelZoomEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if zooming-by-mousewheel should be allowed or not.
setShadow(GIcon) - Method in class org.wicketstuff.gmap.api.GMarkerOptions
 
setSize(GSize) - Method in class org.wicketstuff.gmap.api.GIcon
The display size of the sprite or image.
setStreetViewControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the StreeView control should be visible or not.
setString(String, String) - Method in class org.wicketstuff.gmap.js.ObjectLiteral
 
setStyles(List<GMarkerClusterStyle>) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
setTextColor(String) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setTextSize(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setUrl(String) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setVisible(boolean) - Method in class org.wicketstuff.gmap.api.GCircle
 
setWidth(Integer) - Method in class org.wicketstuff.gmap.api.GMarkerClusterStyle
 
setZIndex(Integer) - Method in class org.wicketstuff.gmap.api.GCircle
 
setzIndex(Integer) - Method in class org.wicketstuff.gmap.api.GInfoWindow
 
setZoom(int) - Method in class org.wicketstuff.gmap.GMap
Sets a new zoom level.
setZoomControlEnabled(boolean) - Method in class org.wicketstuff.gmap.GMap
Sets if the zoom control should be visible or not.
setZoomOnClick(boolean) - Method in class org.wicketstuff.gmap.api.GMarkerClusterOptions
 
StatelessGMapHeaderContributor - Class in org.wicketstuff.gmap
 
StatelessGMapHeaderContributor(String) - Constructor for class org.wicketstuff.gmap.StatelessGMapHeaderContributor
 

T

toJS() - Method in class org.wicketstuff.gmap.js.Array
 
toJS() - Method in class org.wicketstuff.gmap.js.Constructor
 
toJS() - Method in class org.wicketstuff.gmap.js.ObjectLiteral
 
toString() - Method in enum org.wicketstuff.gmap.api.GEvent
 
toString() - Method in class org.wicketstuff.gmap.api.GLatLng
 
toString() - Method in class org.wicketstuff.gmap.api.GLatLngBounds
 

U

update() - Method in class org.wicketstuff.gmap.GMap
Update state from a request to an AJAX target.
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GCircle
 
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GGroundOverlay
 
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GInfoWindow
Update state from a request to an AJAX target.
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GMarker
 
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GOverlay
Implement to handle Ajax calls to your needs.
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GPolygon
 
updateOnAjaxCall(AjaxRequestTarget, GEvent) - Method in class org.wicketstuff.gmap.api.GPolyline
 

V

valueOf(String) - Static method in enum org.wicketstuff.gmap.api.GEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.gmap.api.GMapType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wicketstuff.gmap.geocoder.GeocoderStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wicketstuff.gmap.api.GEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.gmap.api.GMapType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wicketstuff.gmap.geocoder.GeocoderStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

WicketGMapJsReference - Class in org.wicketstuff.gmap
A JavaScript reference for wicket-gmap.js

Z

ZoomChangedListener - Class in org.wicketstuff.gmap.event
See "zoom_changed" in the event section of google.maps.Map class .
ZoomChangedListener() - Constructor for class org.wicketstuff.gmap.event.ZoomChangedListener
 

A B C D E F G H I L M O P R S T U V W Z

Copyright © 2014. All rights reserved.