public class DashboardsConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Modifier and Type | Class and Description |
|---|---|
static class |
DashboardsConfigElement.DashletDefinition
Structure class for the definition of a dashboard dashlet component
|
static class |
DashboardsConfigElement.LayoutDefinition
Structure class for the definition of a dashboard page layout
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
DashboardsConfigElement()
Default constructor
|
DashboardsConfigElement(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
boolean |
getAllowGuestConfig() |
java.util.List |
getChildren() |
DashboardsConfigElement.DashletDefinition |
getDashletDefinition(java.lang.String id) |
java.util.Collection |
getDashlets() |
java.util.Collection |
getDefaultDashlets() |
DashboardsConfigElement.LayoutDefinition |
getLayoutDefinition(java.lang.String id) |
java.util.Collection |
getLayouts() |
public static final java.lang.String CONFIG_ELEMENT_ID
public DashboardsConfigElement()
public DashboardsConfigElement(java.lang.String name)
name - public java.util.List getChildren()
getChildren in interface org.springframework.extensions.config.ConfigElementgetChildren in class org.springframework.extensions.config.element.ConfigElementAdapterConfigElementAdapter.getChildren()public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine in interface org.springframework.extensions.config.ConfigElementcombine in class org.springframework.extensions.config.element.ConfigElementAdapterorg.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)public boolean getAllowGuestConfig()
public DashboardsConfigElement.LayoutDefinition getLayoutDefinition(java.lang.String id)
public DashboardsConfigElement.DashletDefinition getDashletDefinition(java.lang.String id)
public java.util.Collection getLayouts()
public java.util.Collection getDashlets()
public java.util.Collection getDefaultDashlets()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.