public interface WizardStepProvider
Wizard to determine the next WizardStep based on the name returned by the current dialog's
WizardStep.getNextStep().| Modifier and Type | Method and Description |
|---|---|
WizardStep |
getStep(String name)
Returns the
WizardStep corresponding to the passed name. |
WizardStep getStep(String name)
WizardStep corresponding to the passed name.name - the name of the WizardStep to findWizardStep corresponding to the passed name or null if no such step exists.Copyright © 2004–2015 XWiki. All rights reserved.