Uses of Interface
org.xwiki.gwt.user.client.ui.wizard.WizardStep

Packages that use WizardStep
org.xwiki.gwt.user.client.ui.wizard   
 

Uses of WizardStep in org.xwiki.gwt.user.client.ui.wizard
 

Classes in org.xwiki.gwt.user.client.ui.wizard that implement WizardStep
 class AbstractAutoSubmitWizardStep<T>
          Abstract wizard step that is automatically submitted after it is initialized.
 class AbstractInteractiveWizardStep
          An abstract wizard step that requires user input in order to move forward.
 class AbstractNavigationAwareWizardStep
          An abstract wizard step that is aware of the wizard navigation.
 

Fields in org.xwiki.gwt.user.client.ui.wizard declared as WizardStep
protected  WizardStep Wizard.currentStep
          The current step of the wizard.
 

Methods in org.xwiki.gwt.user.client.ui.wizard that return WizardStep
 WizardStep WizardStepProvider.getStep(String name)
          Returns the WizardStep corresponding to the passed name.
 WizardStep WizardStepMap.getStep(String name)
           
 

Methods in org.xwiki.gwt.user.client.ui.wizard with parameters of type WizardStep
protected  void WizardDialog.addButton(WizardStep step, NavigationListener.NavigationDirection direction, com.google.gwt.user.client.ui.Panel container, String defaultLabel)
          Adds the button for the specified direction for the step in the passed container.
 void WizardDialog.displayStep(WizardStep step, boolean hasPrevious)
          Displays the passed wizard step in this dialog.
protected  void WizardDialog.fillButtonsContainers(WizardStep step, boolean hasPrevious)
          Fill the buttons containers according to the passed wizard step valid directions.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.