Uses of Class
org.wicketstuff.openlayers3.component.PopoverPanel

Packages that use PopoverPanel
org.wicketstuff.openlayers3.component   
 

Uses of PopoverPanel in org.wicketstuff.openlayers3.component
 

Methods in org.wicketstuff.openlayers3.component that return PopoverPanel
 PopoverPanel MarkerPopover.getPopoverPanel()
          Returns the popover panel for this marker.
 

Constructors in org.wicketstuff.openlayers3.component with parameters of type PopoverPanel
MarkerPopover(String id, org.apache.wicket.model.IModel<org.wicketstuff.openlayers3.api.util.Color> colorModel, PopoverPanel popoverPanel, org.apache.wicket.model.IModel<String> titleModel, org.apache.wicket.model.IModel<String> contentModel, org.apache.wicket.model.IModel<org.wicketstuff.openlayers3.api.coordinate.LongLat> positionModel)
          Creates a new marker that is linked to the provided popover panel.
MarkerPopover(String id, org.apache.wicket.model.IModel<org.wicketstuff.openlayers3.api.util.Color> colorModel, PopoverPanel popoverPanel, org.apache.wicket.model.IModel<String> titleModel, org.apache.wicket.model.IModel<String> contentModel, org.apache.wicket.model.IModel<org.wicketstuff.openlayers3.api.coordinate.LongLat> positionModel, org.apache.wicket.model.IModel<String> placementModel)
          Creates a new marker that is linked to the provided popover panel.
 



Copyright © 2014–2015. All rights reserved.