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 24888 2009-11-06 02:16:19Z sdumitriu $

Method Summary
 WizardStep getStep(java.lang.String name)
          Returns the WizardStep corresponding to the passed name.
 

Method Detail

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-2010 XWiki. All Rights Reserved.