| Package | Description |
|---|---|
| org.xwiki.gwt.user.client.ui.wizard |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected WizardStep |
Wizard.currentStep
The current step of the wizard.
|
| Modifier and Type | Method and Description |
|---|---|
WizardStep |
WizardStepProvider.getStep(String name)
Returns the
WizardStep corresponding to the passed name. |
WizardStep |
WizardStepMap.getStep(String name) |
| Modifier and Type | Method and Description |
|---|---|
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–2016 XWiki. All rights reserved.