Serialized Form


Package org.wicketstuff.gmap

Class org.wicketstuff.gmap.GMap extends Panel implements Serializable

serialVersionUID: 1L

Serialized Fields

center

GLatLng center

draggingEnabled

boolean draggingEnabled

doubleClickZoomEnabled

boolean doubleClickZoomEnabled

scrollWheelZoomEnabled

boolean scrollWheelZoomEnabled

streetViewControlEnabled

boolean streetViewControlEnabled

zoomControlEnabled

boolean zoomControlEnabled

mapTypeControlEnabled

boolean mapTypeControlEnabled

scaleControlEnabled

boolean scaleControlEnabled

panControlEnabled

boolean panControlEnabled

mapType

GMapType mapType

zoom

int zoom

overlays

Map<K,V> overlays

initialized

boolean initialized

map

WebMarkupContainer map

bounds

GLatLngBounds bounds

overlayListener

GMap.OverlayListener overlayListener

sensor

String sensor

failSilently

boolean failSilently
If said to true map loading will not produce any JavaScript errors in case google maps API cannot be found (e.g. no Internet connection)

Class org.wicketstuff.gmap.GMap.OverlayListener extends AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.gmap.GMap.PanDirectionBehavior extends org.wicketstuff.gmap.GMap.JSMethodBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

dx

int dx

dy

int dy

Class org.wicketstuff.gmap.GMap.SetCenterBehavior extends org.wicketstuff.gmap.GMap.JSMethodBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

gLatLng

GLatLng gLatLng

Class org.wicketstuff.gmap.GMap.SetMapTypeBehavior extends org.wicketstuff.gmap.GMap.JSMethodBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

mapTypeBehavior

GMapType mapTypeBehavior

Class org.wicketstuff.gmap.GMap.SetZoomBehavior extends org.wicketstuff.gmap.GMap.JSMethodBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

zoomBehavior

int zoomBehavior

Class org.wicketstuff.gmap.GMap.ZoomInBehavior extends org.wicketstuff.gmap.GMap.JSMethodBehavior implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.gmap.GMap.ZoomOutBehavior extends org.wicketstuff.gmap.GMap.JSMethodBehavior implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.gmap.GMapHeaderContributor extends Behavior implements Serializable

serialVersionUID: 1L

Serialized Fields

schema

String schema

sensor

String sensor

Class org.wicketstuff.gmap.WicketGMapJsReference extends JavaScriptResourceReference implements Serializable

serialVersionUID: 1L


Package org.wicketstuff.gmap.api

Class org.wicketstuff.gmap.api.GClientGeocoder extends AjaxEventBehavior implements Serializable

serialVersionUID: 1L

Serialized Fields

_addressField

TextField<T> _addressField

headerContrib

GMapHeaderContributor headerContrib

Class org.wicketstuff.gmap.api.GEventHandler extends Object implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.gmap.api.GGroundOverlay extends GOverlay implements Serializable

serialVersionUID: 1L

Serialized Fields

bounds

GLatLngBounds bounds

imageUrl

String imageUrl

Class org.wicketstuff.gmap.api.GIcon extends Object implements Serializable

serialVersionUID: 1714038753187423501L

Serialized Fields

url

String url

size

GSize size

origin

GPoint origin

scaledSize

GSize scaledSize

anchor

GPoint anchor

Class org.wicketstuff.gmap.api.GInfoWindow extends GOverlay implements Serializable

serialVersionUID: 1L

Serialized Fields

latLng

GLatLng latLng

marker

GMarker marker

content

String content

contentIsNode

boolean contentIsNode

Class org.wicketstuff.gmap.api.GLatLng extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

lat

double lat

lng

double lng

unbounded

boolean unbounded

Class org.wicketstuff.gmap.api.GLatLngBounds extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sw

GLatLng sw

ne

GLatLng ne

Class org.wicketstuff.gmap.api.GMarker extends GOverlay implements Serializable

serialVersionUID: 1L

Serialized Fields

options

GMarkerOptions options

Class org.wicketstuff.gmap.api.GMarkerOptions extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

clickable

boolean clickable

cursor

String cursor

draggable

boolean draggable

flat

boolean flat

icon

GIcon icon

gmap

GMap gmap

title

String title

latLng

GLatLng latLng

bouncy

boolean bouncy

autoPan

boolean autoPan

shadow

GIcon shadow

Class org.wicketstuff.gmap.api.GOverlay extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id
id of this object. it is session unique.


parent

GMap parent

events

Map<K,V> events

functions

Map<K,V> functions

Class org.wicketstuff.gmap.api.GPoint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

longitude

float longitude

latitude

float latitude

Class org.wicketstuff.gmap.api.GPolygon extends GOverlay implements Serializable

serialVersionUID: 1L

Serialized Fields

gLatLngs

GLatLng[] gLatLngs

strokeColor

String strokeColor

strokeWeight

int strokeWeight

strokeOpacity

float strokeOpacity

fillColor

String fillColor

fillOpacity

float fillOpacity

Class org.wicketstuff.gmap.api.GPolyline extends GOverlay implements Serializable

serialVersionUID: 1L

Serialized Fields

latLngs

GLatLng[] latLngs

color

String color

weight

int weight

opacity

float opacity

Class org.wicketstuff.gmap.api.GSize extends Object implements Serializable

serialVersionUID: 5827792929263787358L

Serialized Fields

width

float width

height

float height

Package org.wicketstuff.gmap.event

Class org.wicketstuff.gmap.event.ClickListener extends GEventListenerBehavior implements Serializable

serialVersionUID: -6265838789648579340L

Class org.wicketstuff.gmap.event.DblClickListener extends GEventListenerBehavior implements Serializable

serialVersionUID: -6193218322346599432L

Class org.wicketstuff.gmap.event.DragEndListener extends GEventListenerBehavior implements Serializable

serialVersionUID: 7703619537678292116L

Class org.wicketstuff.gmap.event.DragListener extends GEventListenerBehavior implements Serializable

serialVersionUID: -7607546792206488705L

Class org.wicketstuff.gmap.event.DragStartListener extends GEventListenerBehavior implements Serializable

serialVersionUID: -2340265235478832262L

Class org.wicketstuff.gmap.event.GEventListenerBehavior extends AbstractDefaultAjaxBehavior implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.gmap.event.LoadListener extends GEventListenerBehavior implements Serializable

serialVersionUID: 1026370336005792416L

Class org.wicketstuff.gmap.event.MapTypeChangedListener extends GEventListenerBehavior implements Serializable

serialVersionUID: 1L

Class org.wicketstuff.gmap.event.ZoomChangedListener extends GEventListenerBehavior implements Serializable

serialVersionUID: -5092475688071699463L


Package org.wicketstuff.gmap.geocoder

Class org.wicketstuff.gmap.geocoder.Geocoder extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

output

String output

Class org.wicketstuff.gmap.geocoder.GeocoderException extends IOException implements Serializable

Serialized Fields

_status

GeocoderStatus _status



Copyright © 2013. All Rights Reserved.