public class DialogsConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Modifier and Type | Class and Description |
|---|---|
static class |
DialogsConfigElement.DialogAttributes
Object holding all the dialog attributes collected from config.
|
static class |
DialogsConfigElement.DialogButtonConfig
Immutable inner class representing the configuration for an additional
dialog button.
|
static class |
DialogsConfigElement.DialogConfig
Immutable inner class representing the configuration of a single dialog.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
DialogsConfigElement()
Default constructor
|
DialogsConfigElement(String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
List<org.springframework.extensions.config.ConfigElement> |
getChildren() |
DialogsConfigElement.DialogConfig |
getDialog(String name)
Returns the named dialog
|
Map<String,DialogsConfigElement.DialogConfig> |
getDialogs() |
public static final String CONFIG_ELEMENT_ID
public DialogsConfigElement()
public DialogsConfigElement(String name)
name - Name of the element this config element representspublic List<org.springframework.extensions.config.ConfigElement> getChildren()
getChildren in interface org.springframework.extensions.config.ConfigElementgetChildren in class org.springframework.extensions.config.element.ConfigElementAdapterConfigElement.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.ConfigElementAdapterConfigElement.combine(org.springframework.extensions.config.ConfigElement)public DialogsConfigElement.DialogConfig getDialog(String name)
name - The name of the dialog to retrievepublic Map<String,DialogsConfigElement.DialogConfig> getDialogs()
Copyright © 2005–2018 Alfresco Software. All rights reserved.