wicket.contrib.gmap.api
Class GGroundOverlay
java.lang.Object
wicket.contrib.gmap.api.GOverlay
wicket.contrib.gmap.api.GGroundOverlay
- All Implemented Interfaces:
- Serializable
public class GGroundOverlay
- extends GOverlay
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GGroundOverlay
public GGroundOverlay(String imageUrl,
GLatLngBounds bounds)
getJSconstructor
public String getJSconstructor()
- Description copied from class:
GOverlay
- Implement the needed JavaScript constructor for the corresponding JavaScript object.
- Specified by:
getJSconstructor in class GOverlay
- Returns:
- String representing the JavaScript constructor.
updateOnAjaxCall
protected void updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
- Description copied from class:
GOverlay
- Implement to handle Ajax calls to your needs.
- Specified by:
updateOnAjaxCall in class GOverlay
Copyright © 2012. All Rights Reserved.