public class WizardsConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
Modifier and Type | Class and Description |
---|---|
static class |
WizardsConfigElement.AbstractConfig |
static class |
WizardsConfigElement.ConditionalPageConfig
Represents the configuration of a conditional page in a wizard
i.e.
|
static class |
WizardsConfigElement.PageConfig
Represents the configuration of a page in a wizard i.e.
|
static class |
WizardsConfigElement.StepConfig
Represents the configuration of a step in a wizard
i.e.
|
static class |
WizardsConfigElement.WizardConfig
Represents the configuration of a single wizard i.e.
|
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_ELEMENT_ID |
Constructor and Description |
---|
WizardsConfigElement()
Default constructor
|
WizardsConfigElement(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() |
WizardsConfigElement.WizardConfig |
getWizard(String name)
Returns the named wizard
|
Map<String,WizardsConfigElement.WizardConfig> |
getWizards() |
public static final String CONFIG_ELEMENT_ID
public WizardsConfigElement()
public WizardsConfigElement(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.ConfigElement
getChildren
in class org.springframework.extensions.config.element.ConfigElementAdapter
ConfigElement.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
ConfigElement.combine(org.springframework.extensions.config.ConfigElement)
public WizardsConfigElement.WizardConfig getWizard(String name)
name
- The name of the wizard to retrievepublic Map<String,WizardsConfigElement.WizardConfig> getWizards()
Copyright © 2005–2017 Alfresco Software. All rights reserved.