public class DashboardManager
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BEAN_NAME |
| Constructor and Description |
|---|
DashboardManager() |
| Modifier and Type | Method and Description |
|---|---|
static DashboardsConfigElement |
getDashboardConfig() |
java.util.List |
getDashletAvailable() |
java.lang.String |
getDashletPage(int index)
Return the JSP for the specified dashlet index
|
java.util.List |
getDashletTitle() |
java.lang.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 java.lang.String BEAN_NAME
public java.lang.String getLayoutPage()
public void initDashboard()
public java.util.List getDashletAvailable()
public java.util.List getDashletTitle()
public java.lang.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 - 2010 Alfresco Software, Inc. All Rights Reserved.