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