Uses of Class
org.wicketstuff.openlayers.event.EventType

Packages that use EventType
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
 EventType[] Marker.getEvents()
           
 

Methods in org.wicketstuff.openlayers.api with parameters of type EventType
 void Marker.addEvent(EventType evt)
           
 

Constructors in org.wicketstuff.openlayers.api with parameters of type EventType
Marker(LonLat lonLat, EventType[] events)
           
Marker(LonLat lonLat, EventType[] events, PopupWindowPanel popup)
           
Marker(LonLat lonLat, PopupWindowPanel popup, EventType[] events, Icon icon)
           
 

Uses of EventType in org.wicketstuff.openlayers.event
 

Methods in org.wicketstuff.openlayers.event that return EventType
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.
 

Methods in org.wicketstuff.openlayers.event with parameters of type EventType
protected  void PopupListener.onEvent(AjaxRequestTarget target, Overlay overlay, EventType event)
          Override this method to provide handling of a event on the marker.
 



Copyright © 2008-2012. All Rights Reserved.