Serialized Form
|
Package org.wicketstuff.openlayers3.api.overlay |
|
Class org.wicketstuff.openlayers3.api.overlay.Overlay extends Object implements Serializable |
position
org.wicketstuff.openlayers3.api.coordinate.LongLat position
positioning
org.wicketstuff.openlayers3.api.overlay.Overlay.Positioning positioning
stopEvent
Boolean stopEvent
element
org.apache.wicket.Component element
placement
String placement
- The placement position of the popover relative to the overlay's position.
html
boolean html
- Flag indicating that the content to be displayed is HTML.
titleModel
org.apache.wicket.model.IModel<T> titleModel
- Backing model for this popover's title.
model
org.apache.wicket.model.IModel<T> model
- Backing model for this popover.
|
Package org.wicketstuff.openlayers3.component |
popoverPanel
PopoverPanel popoverPanel
- Popover to use for this marker.
titleModel
org.apache.wicket.model.IModel<T> titleModel
- Title for the marker's popover.
contentModel
org.apache.wicket.model.IModel<T> contentModel
- Content for the marker's popover.
positionModel
org.apache.wicket.model.IModel<T> positionModel
- Location of the popover on the map.
placementModel
org.apache.wicket.model.IModel<T> placementModel
- Placement of the popover relative to the marker.
titleModel
org.apache.wicket.model.IModel<T> titleModel
- Title model used to populate the popover.
contentModel
org.apache.wicket.model.IModel<T> contentModel
- Content model used to populate the popover.
behavior
de.agilecoders.wicket.core.markup.html.bootstrap.components.PopoverBehavior behavior
- Behavior that implements the Boostrap popover functionality.
popover
Popover popover
- Map overlay for the popover.
Copyright © 2014–2015. All rights reserved.