org.xwiki.gwt.user.client.ui.wizard
Interface WizardStepProvider
- All Known Implementing Classes:
- WizardStepMap
public interface WizardStepProvider
Component which handles the instantiation and resolution of wizard steps based on the step names. Will be used by the
Wizard to determine the next WizardStep based on the name returned by the current dialog's
WizardStep.getNextStep().
- Version:
- $Id: WizardStepProvider.java 24900 2009-11-06 16:53:01Z sdumitriu $
getStep
WizardStep getStep(java.lang.String name)
- Returns the
WizardStep corresponding to the passed name.
- Parameters:
name - the name of the WizardStep to find
- Returns:
- the instance of the
WizardStep corresponding to the passed name or null if no such step exists.
Copyright © 2004-2009 XWiki. All Rights Reserved.