Uses of Class
org.wicketstuff.openlayers.event.EventType
-
Packages that use EventType Package Description org.wicketstuff.openlayers.api org.wicketstuff.openlayers.event -
-
Uses of EventType in org.wicketstuff.openlayers.api
Methods in org.wicketstuff.openlayers.api that return EventType Modifier and Type Method Description EventType[]Marker. getEvents()Methods in org.wicketstuff.openlayers.api with parameters of type EventType Modifier and Type Method Description voidMarker. addEvent(EventType evt)Constructors in org.wicketstuff.openlayers.api with parameters of type EventType Constructor Description Marker(LonLat lonLat, PopupWindowPanel popup, EventType[] events, Icon icon)Marker(LonLat lonLat, EventType[] events)Marker(LonLat lonLat, EventType[] events, PopupWindowPanel popup) -
Uses of EventType in org.wicketstuff.openlayers.event
Methods in org.wicketstuff.openlayers.event that return EventType Modifier and Type Method Description static EventTypeEventType. 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.Methods in org.wicketstuff.openlayers.event with parameters of type EventType Modifier and Type Method Description protected voidPopupListener. onEvent(AjaxRequestTarget target, Overlay overlay, EventType event)Override this method to provide handling of a event on the marker.
-