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 String |
CONFIG_ELEMENT_ID |
Constructor and Description |
---|
DashboardsConfigElement()
Default constructor
|
DashboardsConfigElement(String name) |
Modifier and Type | Method and Description |
---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
boolean |
getAllowGuestConfig() |
List<org.springframework.extensions.config.ConfigElement> |
getChildren() |
DashboardsConfigElement.DashletDefinition |
getDashletDefinition(String id) |
Collection<DashboardsConfigElement.DashletDefinition> |
getDashlets() |
Collection<String> |
getDefaultDashlets() |
DashboardsConfigElement.LayoutDefinition |
getLayoutDefinition(String id) |
Collection<DashboardsConfigElement.LayoutDefinition> |
getLayouts() |
public static final String CONFIG_ELEMENT_ID
public DashboardsConfigElement()
public DashboardsConfigElement(String name)
name
- Stringpublic List<org.springframework.extensions.config.ConfigElement> getChildren()
getChildren
in interface org.springframework.extensions.config.ConfigElement
getChildren
in class org.springframework.extensions.config.element.ConfigElementAdapter
ConfigElementAdapter.getChildren()
public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine
in interface org.springframework.extensions.config.ConfigElement
combine
in class org.springframework.extensions.config.element.ConfigElementAdapter
ConfigElementAdapter.combine(org.springframework.extensions.config.ConfigElement)
public boolean getAllowGuestConfig()
public DashboardsConfigElement.LayoutDefinition getLayoutDefinition(String id)
public DashboardsConfigElement.DashletDefinition getDashletDefinition(String id)
public Collection<DashboardsConfigElement.LayoutDefinition> getLayouts()
public Collection<DashboardsConfigElement.DashletDefinition> getDashlets()
public Collection<String> getDefaultDashlets()
Copyright © 2005–2017 Alfresco Software. All rights reserved.