Wizards for Vaadin - Vaadin Add-on Directory
Simple way to create multi-step wizardsIssue Tracker
Source Code
Online Demo
Discussion Forum
Manual
Wizards for Vaadin version 0.1.0
First public release.
Wizards for Vaadin version 0.2.0
Fixed an issue with wrapping step captions in the default progress bar.
Renamed Wizard.isCurrentStep method to Wizard.isActive.
Added Wizard.setHeader(Component) method to provide the header instead of always using the default progress bar.
Removed WizardCompletedListener in favor of a more generic WizardProgressListener.
Added more Javadocs.
Updated demo application accordingly.
Wizards for Vaadin version 0.3.0
Added Cancel button with corresponding getter method and lifecycle event (see WizardCancelledEvent).
Finish button is now disabled instead of hidden when the user is not yet in the last step.
Wizards for Vaadin version 0.4.0
Option for URI fragment navigation, setUriFragmentEnabled(boolean).
Wizard now extends CustomComponent instead of VerticalLayout.
Exposed next(), back(), finish() and cancel() methods on the public API
of Wizard.
WizardProgressBar is now displayed as the header by default.
Wizards for Vaadin version 0.4.1
Added API for step removal.
Wizards for Vaadin version 0.4.2
UriFragmentUtility is now lazily initialized.
Changed maturity from experimental to beta.
Wizards for Vaadin version 0.4.4
Fixed a bug with duplicate step identifiers.
Changed some fields and methods of Wizard class from private to protected for extension.
Wizards for Vaadin version 0.4.5
Renamed styles.css to avoid filename collisions.
Moved project hosting to GitHub (see the links on the sidebar).
Wizards for Vaadin version 1.0.0-beta1
First version for Vaadin 7.
Widgetset compilation no longer required, as the add-on is completely server-side.
Wizards for Vaadin version 1.0.1
• Wizard now remembers scroll positions and scrolls to top when activating a step for the first time.
• Project is now built with Maven.
* Notice that version 1.0.0 was the same as this one, but had issues with the add-on packaging.
Wizards for Vaadin version 1.0.2
Fix for Maven packaging.
Wizards for Vaadin version 1.1.0
• Replaced ProgressIndicator with ProgressBar to eliminate unnecessary polling requests.
• Support for Vaadin 7.1+
Wizards for Vaadin version 1.1.1
Minor CSS update on the progress bar style.
Wizards for Vaadin version 2.0.0
First version supporting Vaadin 8 via the compatibility package
Wizards for Vaadin version 2.0.1
Support Vaadin 8 without compatibility package