Serialized Form


Package org.wicketstuff.openlayers3.api.overlay

Class org.wicketstuff.openlayers3.api.overlay.Overlay extends Object implements Serializable

Serialized Fields

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

Class org.wicketstuff.openlayers3.api.overlay.Popover extends org.wicketstuff.openlayers3.api.overlay.Overlay implements Serializable

Serialized Fields

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.

Class org.wicketstuff.openlayers3.api.overlay.PopoverOverlay extends org.wicketstuff.openlayers3.api.overlay.Overlay implements Serializable


Package org.wicketstuff.openlayers3.component

Class org.wicketstuff.openlayers3.component.Marker extends org.apache.wicket.markup.html.panel.GenericPanel<org.wicketstuff.openlayers3.api.util.Color> implements Serializable

Class org.wicketstuff.openlayers3.component.MarkerPopover extends Marker implements Serializable

Serialized Fields

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.

Class org.wicketstuff.openlayers3.component.PopoverPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Serialized Fields

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.