| Package | Description |
|---|---|
| software.xdev.vaadin.maps.leaflet.flow | |
| software.xdev.vaadin.maps.leaflet.flow.data |
| Modifier and Type | Method and Description |
|---|---|
List<LComponent> |
LMap.getComponents()
Returns a new component list
|
List<LComponent> |
LMap.getItems()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LMap.addLComponent(LComponent... lObjects)
Deprecated.
Use
LMap.addLComponents(LComponent...) instead |
protected void |
LMap.addLComponent(LComponent lComponent) |
void |
LMap.addLComponents(LComponent... lComponents)
add Leaflet component(s) to the map
|
void |
LMap.removeItem(LComponent... items)
Deprecated.
Use
LMap#removeComponents(LComponent...) |
protected void |
LMap.removeLComponent(LComponent lComponent) |
void |
LMap.removeLComponents(LComponent... lComponents)
remove Leaflet component(s) to the map
|
| Modifier and Type | Method and Description |
|---|---|
void |
LMap.addLComponents(Collection<LComponent> lComponents)
add Leaflet components to the map
|
void |
LMap.removeLComponents(Collection<LComponent> lComponents)
remove Leaflet components to the map
|
| Modifier and Type | Class and Description |
|---|---|
class |
LCircle |
class |
LMarker |
class |
LPolygon |
Copyright © 2019–2021 XDEV Software. All rights reserved.