org.alfresco.web.config
Class DashboardsConfigElement

java.lang.Object
  extended by org.springframework.extensions.config.element.ConfigElementAdapter
      extended by org.alfresco.web.config.DashboardsConfigElement
All Implemented Interfaces:
java.io.Serializable, org.springframework.extensions.config.ConfigElement

public class DashboardsConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter

Dashboard config element.

See Also:
Serialized Form

Nested Class Summary
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
 
Field Summary
static java.lang.String CONFIG_ELEMENT_ID
           
 
Fields inherited from class org.springframework.extensions.config.element.ConfigElementAdapter
attributes, children, name, value
 
Constructor Summary
DashboardsConfigElement()
          Default constructor
DashboardsConfigElement(java.lang.String name)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.springframework.extensions.config.element.ConfigElementAdapter
getAttribute, getAttributeCount, getAttributes, getChild, getChildCount, getChildren, getChildrenMap, getChildValue, getName, getValue, hasAttribute, hasChildren, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONFIG_ELEMENT_ID

public static final java.lang.String CONFIG_ELEMENT_ID
See Also:
Constant Field Values
Constructor Detail

DashboardsConfigElement

public DashboardsConfigElement()
Default constructor


DashboardsConfigElement

public DashboardsConfigElement(java.lang.String name)
Parameters:
name -
Method Detail

getChildren

public java.util.List getChildren()
Specified by:
getChildren in interface org.springframework.extensions.config.ConfigElement
Overrides:
getChildren in class org.springframework.extensions.config.element.ConfigElementAdapter
See Also:
ConfigElementAdapter.getChildren()

combine

public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
Specified by:
combine in interface org.springframework.extensions.config.ConfigElement
Specified by:
combine in class org.springframework.extensions.config.element.ConfigElementAdapter
See Also:
org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)

getAllowGuestConfig

public boolean getAllowGuestConfig()

getLayoutDefinition

public DashboardsConfigElement.LayoutDefinition getLayoutDefinition(java.lang.String id)

getDashletDefinition

public DashboardsConfigElement.DashletDefinition getDashletDefinition(java.lang.String id)

getLayouts

public java.util.Collection getLayouts()

getDashlets

public java.util.Collection getDashlets()

getDefaultDashlets

public java.util.Collection getDefaultDashlets()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.