|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.contrib.gmap.api.GOverlay
public abstract class GOverlay
Represents an Google Maps API's GOverlay.
| Constructor Summary | |
|---|---|
GOverlay()
Construct. |
|
| Method Summary | |
|---|---|
GOverlay |
addListener(GEvent event,
GEventHandler handler)
Add a control. |
GOverlay |
clearListeners(GEvent event)
Clear listeners. |
String |
getId()
|
String |
getJSadd()
|
abstract String |
getJSconstructor()
Implement the needed JavaScript constructor for the corresponding JavaScript object. |
String |
getJSremove()
|
Map<GEvent,GEventHandler> |
getListeners()
Return all registered Listeners. |
GMap2 |
getParent()
|
void |
onEvent(AjaxRequestTarget target,
GEvent overlayEvent)
Called when an Ajax call occurs. |
void |
setParent(GMap2 parent)
|
protected abstract void |
updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
Implement to handle Ajax calls to your needs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GOverlay()
| Method Detail |
|---|
public String getJSadd()
public String getJSremove()
public String getId()
public abstract String getJSconstructor()
public GMap2 getParent()
public void setParent(GMap2 parent)
public GOverlay addListener(GEvent event,
GEventHandler handler)
control - control to add
public Map<GEvent,GEventHandler> getListeners()
public GOverlay clearListeners(GEvent event)
event - event to be cleared.
public void onEvent(AjaxRequestTarget target,
GEvent overlayEvent)
target - overlayEvent -
protected abstract void updateOnAjaxCall(AjaxRequestTarget target,
GEvent overlayEvent)
target - overlayEvent -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||