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 java.lang.String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
WizardsConfigElement()
Default constructor
|
WizardsConfigElement(java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
java.util.List |
getChildren() |
WizardsConfigElement.WizardConfig |
getWizard(java.lang.String name)
Returns the named wizard
|
java.util.Map |
getWizards() |
public static final java.lang.String CONFIG_ELEMENT_ID
public WizardsConfigElement()
public WizardsConfigElement(java.lang.String name)
name - Name of the element this config element representspublic java.util.List getChildren()
getChildren in interface org.springframework.extensions.config.ConfigElementgetChildren in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#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.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)public WizardsConfigElement.WizardConfig getWizard(java.lang.String name)
name - The name of the wizard to retrievepublic java.util.Map getWizards()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.