Class LocationInfoPanelItemProvider
- java.lang.Object
-
- org.opennms.features.topology.app.internal.info.LocationInfoPanelItemProvider
-
- All Implemented Interfaces:
InfoPanelItemProvider
public class LocationInfoPanelItemProvider extends Object implements InfoPanelItemProvider
-
-
Constructor Summary
Constructors Constructor Description LocationInfoPanelItemProvider(GeolocationService geolocationService, GeolocationConfiguration geolocationConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends InfoPanelItem>
getContributions(GraphContainer container)
Returns all contributions for the current state of the given container.
-
-
-
Constructor Detail
-
LocationInfoPanelItemProvider
public LocationInfoPanelItemProvider(GeolocationService geolocationService, GeolocationConfiguration geolocationConfiguration)
-
-
Method Detail
-
getContributions
public Collection<? extends InfoPanelItem> getContributions(GraphContainer container)
Description copied from interface:InfoPanelItemProvider
Returns all contributions for the current state of the given container.- Specified by:
getContributions
in interfaceInfoPanelItemProvider
- Parameters:
container
- the container used to decide which contributions to show- Returns:
- a bunch of contributions, if any. Should NEVER return null
-
-