org.wicketstuff.openlayers.event
Class PopupMarkerInfoAttributeAppender

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.apache.wicket.AttributeModifier
          extended by org.apache.wicket.behavior.AttributeAppender
              extended by org.wicketstuff.openlayers.event.PopupMarkerInfoAttributeAppender
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.IHeaderContributor

public class PopupMarkerInfoAttributeAppender
extends org.apache.wicket.behavior.AttributeAppender

Add this if you want to be able to open a markers popup info window externally

Author:
Nino Martinez Wael (nino.martinez@jayway.dk)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.wicket.AttributeModifier
VALUELESS_ATTRIBUTE_ADD, VALUELESS_ATTRIBUTE_REMOVE
 
Constructor Summary
PopupMarkerInfoAttributeAppender(java.lang.String attribute, java.lang.String separator, Marker marker, OpenLayersMap map)
           
 
Method Summary
 
Methods inherited from class org.apache.wicket.behavior.AttributeAppender
newValue
 
Methods inherited from class org.apache.wicket.AttributeModifier
detach, getAddAttributeIfNotPresent, getAttribute, getContextRelativeValue, getPattern, getReplaceModel, isEnabled, isEnabled, onComponentTag, replaceAttibuteValue, replaceAttributeValue, setEnabled, toString
 
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior
afterRender, beforeRender, bind, cleanup, detachModel, exception, getStatelessHint, isTemporary, onException, onRendered, rendered, renderHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PopupMarkerInfoAttributeAppender

public PopupMarkerInfoAttributeAppender(java.lang.String attribute,
                                        java.lang.String separator,
                                        Marker marker,
                                        OpenLayersMap map)


Copyright © 2008-2010. All Rights Reserved.