org.alfresco.web.config
Class WizardsConfigElement.StepConfig
java.lang.Object
org.alfresco.web.config.WizardsConfigElement.AbstractConfig
org.alfresco.web.config.WizardsConfigElement.StepConfig
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- WizardsConfigElement
public static class WizardsConfigElement.StepConfig
- extends WizardsConfigElement.AbstractConfig
- implements java.io.Serializable
Represents the configuration of a step in a wizard
i.e. the <step> element.
- See Also:
- Serialized Form
Constructor Summary |
WizardsConfigElement.StepConfig(java.lang.String name,
java.lang.String title,
java.lang.String titleId,
java.lang.String description,
java.lang.String descriptionId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
defaultPage
protected WizardsConfigElement.PageConfig defaultPage
conditionalPages
protected java.util.List conditionalPages
WizardsConfigElement.StepConfig
public WizardsConfigElement.StepConfig(java.lang.String name,
java.lang.String title,
java.lang.String titleId,
java.lang.String description,
java.lang.String descriptionId)
getName
public java.lang.String getName()
getDefaultPage
public WizardsConfigElement.PageConfig getDefaultPage()
hasConditionalPages
public boolean hasConditionalPages()
getConditionalPages
public java.util.List getConditionalPages()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.