|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.dashboard.DashboardFactory
public final class DashboardFactory
Factory for IDashboardComponent
Method Summary | |
---|---|
static java.util.List<IDashboardComponent> |
getAllDashboardComponents()
Finds all registered dashboards |
static IDashboardComponent |
getDashboardComponent(java.lang.String strName)
Gets the IDashboardComponent for the given name |
static boolean |
registerDashboardComponent(IDashboardComponent dashboardComponent)
Registers the new component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean registerDashboardComponent(IDashboardComponent dashboardComponent)
dashboardComponent
- the component to register
true
if registered, false
otherwise.public static IDashboardComponent getDashboardComponent(java.lang.String strName)
IDashboardComponent
for the given name
strName
- the name
null
otherwise.public static java.util.List<IDashboardComponent> getAllDashboardComponents()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |