public class GPolygon extends GOverlay
Constructor and Description |
---|
GPolygon(String strokeColor,
int strokeWeight,
float strokeOpacity,
String fillColor,
float fillOpacity,
GLatLng... gLatLngs) |
Modifier and Type | Method and Description |
---|---|
String |
getJSconstructor()
Implement the needed JavaScript constructor for the corresponding JavaScript object.
|
protected void |
updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target,
GEvent overlayEvent)
Implement to handle Ajax calls to your needs.
|
addFunctionListener, addListener, clearListeners, getFunctionListeners, getId, getJS, getJSremove, getListeners, getPage, getParent, onEvent, setParent
public String getJSconstructor()
GOverlay
getJSconstructor
in class GOverlay
GOverlay.getJSconstructor()
protected void updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target, GEvent overlayEvent)
GOverlay
updateOnAjaxCall
in class GOverlay
GOverlay.updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget, GEvent)
Copyright © 2015. All rights reserved.