| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.overlay | |
| org.wicketstuff.openlayers3.component |
| Modifier and Type | Field and Description |
|---|---|
static Overlay.Positioning |
Overlay.DEFAULT_POSITIONING
Default positioning.
|
Overlay.Positioning |
Overlay.positioning
Defines how the overlay is actually positioned with respect to its position property.
|
| Modifier and Type | Method and Description |
|---|---|
Overlay.Positioning |
Overlay.getPositioning()
Returns the positioning of this overlay.
|
static Overlay.Positioning |
Overlay.Positioning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overlay.Positioning[] |
Overlay.Positioning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Popover |
Popover.positioning(Overlay.Positioning positioning)
Sets the positioning of this overlay.
|
Overlay |
Overlay.positioning(Overlay.Positioning positioning)
Sets the positioning of this overlay.
|
void |
Overlay.setPositioning(Overlay.Positioning positioning)
Sets the positioning of this overlay.
|
| Constructor and Description |
|---|
Overlay(org.apache.wicket.Component component,
LongLat position,
Overlay.Positioning positioning)
Creates a new instance.
|
Overlay(org.apache.wicket.Component component,
LongLat position,
Overlay.Positioning positioning,
Boolean stopEvent)
Creates a new instance.
|
Overlay(org.apache.wicket.Component component,
Overlay.Positioning positioning)
Creates a new instance.
|
| Modifier and Type | Field and Description |
|---|---|
static Overlay.Positioning |
MarkerPopover.DEFAULT_POSITIONING
Default positioning of the marker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PopoverPanel.setPositioning(Overlay.Positioning positioning)
Sets the placement of the panel relative to the position.
|
Copyright © 2015. All rights reserved.