public class DashboardManager extends Object implements Serializable
Constructor and Description |
---|
DashboardManager() |
Modifier and Type | Method and Description |
---|---|
static DashboardsConfigElement |
getDashboardConfig() |
List |
getDashletAvailable() |
String |
getDashletPage(int index)
Return the JSP for the specified dashlet index
|
List |
getDashletTitle() |
String |
getLayoutPage() |
PageConfig |
getPageConfig() |
void |
initDashboard()
Helper to init the dashboard for display
|
void |
savePageConfig(PageConfig config)
Persist the supplied PageConfig for the current user
|
public static final String BEAN_NAME
public String getLayoutPage()
public void initDashboard()
public List getDashletAvailable()
public List getDashletTitle()
public String getDashletPage(int index)
index
- Zero based index from the left most column working top-bottom then left-rightpublic PageConfig getPageConfig()
public void savePageConfig(PageConfig config)
public static DashboardsConfigElement getDashboardConfig()
Copyright © 2005–2017 Alfresco Software. All rights reserved.