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 String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
ActionsConfigElement()
Default constructor
|
ActionsConfigElement(String name) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
ActionsConfigElement.ActionDefinition |
getActionDefinition(String id) |
ActionsConfigElement.ActionGroup |
getActionGroup(String id) |
List<org.springframework.extensions.config.ConfigElement> |
getChildren() |
public static final String CONFIG_ELEMENT_ID
public ActionsConfigElement()
public ActionsConfigElement(String name)
name - Stringpublic List<org.springframework.extensions.config.ConfigElement> 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.ConfigElementAdapterConfigElementAdapter.combine(org.springframework.extensions.config.ConfigElement)public ActionsConfigElement.ActionDefinition getActionDefinition(String id)
public ActionsConfigElement.ActionGroup getActionGroup(String id)
Copyright © 2005–2018 Alfresco Software. All rights reserved.