Package | Description |
---|---|
org.wicketstuff.openlayers3.component |
Modifier and Type | Method and Description |
---|---|
PopoverPanel |
MarkerPopover.getPopoverPanel()
Returns the popover panel for this marker.
|
Constructor and Description |
---|
MarkerPopover(String id,
org.apache.wicket.model.IModel<Color> colorModel,
PopoverPanel popoverPanel,
org.apache.wicket.model.IModel<String> titleModel,
org.apache.wicket.model.IModel<String> contentModel,
org.apache.wicket.model.IModel<LongLat> positionModel)
Creates a new marker that is linked to the provided popover panel.
|
MarkerPopover(String id,
org.apache.wicket.model.IModel<Color> colorModel,
PopoverPanel popoverPanel,
org.apache.wicket.model.IModel<String> titleModel,
org.apache.wicket.model.IModel<String> contentModel,
org.apache.wicket.model.IModel<LongLat> positionModel,
org.apache.wicket.model.IModel<String> placementModel)
Creates a new marker that is linked to the provided popover panel.
|
Copyright © 2015. All rights reserved.