public final class DashboardFactory extends Object
IDashboardComponent
Modifier and Type | Method and Description |
---|---|
static List<IDashboardComponent> |
getAllDashboardComponents()
Finds all registered dashboards
|
static IDashboardComponent |
getDashboardComponent(String strName)
Gets the
IDashboardComponent for the given name |
static boolean |
registerDashboardComponent(IDashboardComponent dashboardComponent)
Registers the new component.
|
public static boolean registerDashboardComponent(IDashboardComponent dashboardComponent)
dashboardComponent
- the component to registertrue
if registered, false
otherwise.public static IDashboardComponent getDashboardComponent(String strName)
IDashboardComponent
for the given namestrName
- the namenull
otherwise.public static List<IDashboardComponent> getAllDashboardComponents()
Copyright © 2020 City of Paris. All rights reserved.