Uses of Class
org.wicketstuff.openlayers.api.Marker
-
Packages that use Marker Package Description org.wicketstuff.openlayers This package contains wicket Openlayers implementation.org.wicketstuff.openlayers.api org.wicketstuff.openlayers.event -
-
Uses of Marker in org.wicketstuff.openlayers
Methods in org.wicketstuff.openlayers that return Marker Modifier and Type Method Description MarkerMapLayer. getMarker(String uniqKey)Methods in org.wicketstuff.openlayers with parameters of type Marker Modifier and Type Method Description voidMapLayer. addMarker(String uniqKey, Marker marker) -
Uses of Marker in org.wicketstuff.openlayers.api
Methods in org.wicketstuff.openlayers.api with parameters of type Marker Modifier and Type Method Description InfoWindowInfoWindow. open(Marker marker) -
Uses of Marker in org.wicketstuff.openlayers.event
Methods in org.wicketstuff.openlayers.event with parameters of type Marker Modifier and Type Method Description voidPopupListener. clickAndOpenPopup(Marker marker, AjaxRequestTarget target)helper methodStringPopupListener. getCallBackForMarker(Marker marker)Constructors in org.wicketstuff.openlayers.event with parameters of type Marker Constructor Description PopupMarkerInfoAttributeAppender(String attribute, String separator, Marker marker, OpenLayersMap map)
-