| Package | Description |
|---|---|
| org.wicketstuff.openlayers.api | |
| org.wicketstuff.openlayers.event |
| Modifier and Type | Method and Description |
|---|---|
EventType[] |
Marker.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
Marker.addEvent(EventType evt) |
| Constructor and Description |
|---|
Marker(LonLat lonLat,
EventType[] events) |
Marker(LonLat lonLat,
EventType[] events,
PopupWindowPanel popup) |
Marker(LonLat lonLat,
PopupWindowPanel popup,
EventType[] events,
Icon icon) |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PopupListener.onEvent(org.apache.wicket.ajax.AjaxRequestTarget target,
Overlay overlay,
EventType event)
Override this method to provide handling of a event on the marker.
|
Copyright © 2008–2021. All rights reserved.