public class GCircle extends GOverlay
Constructor and Description |
---|
GCircle(GLatLng center,
double radius,
String strokeColor,
int strokeWeight,
float strokeOpacity,
String fillColor,
float fillOpacity) |
Modifier and Type | Method and Description |
---|---|
String |
getJSconstructor()
Implement the needed JavaScript constructor for the corresponding JavaScript object.
|
GCircle |
setClickable(boolean clickable) |
GCircle |
setDraggable(boolean draggable) |
GCircle |
setEditable(boolean editable) |
GCircle |
setVisible(boolean visible) |
GCircle |
setZIndex(Integer zIndex) |
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
protected void updateOnAjaxCall(org.apache.wicket.ajax.AjaxRequestTarget target, GEvent overlayEvent)
GOverlay
updateOnAjaxCall
in class GOverlay
public GCircle setClickable(boolean clickable)
public GCircle setDraggable(boolean draggable)
public GCircle setEditable(boolean editable)
public GCircle setVisible(boolean visible)
Copyright © 2015. All rights reserved.