Package | Description |
---|---|
org.wicketstuff.openlayers3.api.overlay | |
org.wicketstuff.openlayers3.component |
Modifier and Type | Method and Description |
---|---|
Popover |
Popover.element(org.apache.wicket.Component element)
Sets the element tied to this popover.
|
Popover |
Popover.hide(org.apache.wicket.ajax.AjaxRequestTarget target)
Hides this popover.
|
Popover |
Popover.html(boolean html)
Sets the value of the HTML flag for this popover.
|
Popover |
Popover.model(org.apache.wicket.model.IModel<String> model)
Sets the model for this popover.
|
Popover |
Popover.placement(String placement)
Sets the placement of this popover.
|
Popover |
Popover.position(LongLat position)
Sets the position of the overlay.
|
Popover |
Popover.positioning(Overlay.Positioning positioning)
Sets the positioning of this overlay.
|
Popover |
Popover.show(org.apache.wicket.ajax.AjaxRequestTarget target)
Displays the popover.
|
Popover |
Popover.stopEvent(Boolean stopEvent)
Sets the stopEvent value.
|
Modifier and Type | Method and Description |
---|---|
Popover |
PopoverPanel.getPopover()
Returns the map overlay for the popover.
|
Copyright © 2015. All rights reserved.