public class ActionsConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionsConfigElement.ActionDefinition
Simple class representing the definition of a UI action.
|
static class |
ActionsConfigElement.ActionGroup
Simple class representing a group of UI actions.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
ActionsConfigElement()
Default constructor
|
ActionsConfigElement(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
ActionsConfigElement.ActionDefinition |
getActionDefinition(java.lang.String id) |
ActionsConfigElement.ActionGroup |
getActionGroup(java.lang.String id) |
java.util.List |
getChildren() |
public static final java.lang.String CONFIG_ELEMENT_ID
public ActionsConfigElement()
public ActionsConfigElement(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 ActionsConfigElement.ActionDefinition getActionDefinition(java.lang.String id)
public ActionsConfigElement.ActionGroup getActionGroup(java.lang.String id)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.