WizardsForVaadin
WizardsForVaadin copied to clipboard
Wizards for Vaadin add-on
I'm using a wizard for my project and based on the things I'm representing it can have hundreds of steps. Once you have a few the captions of each step...
How to make wizard content transparent with no background color and borders? Thanks.
Hi, I've got a wizard, which ought to determine the steps (and the number of steps) dynamically, depending on a combo box, which the user fills in the first step....
Please add `Wizard.getFooter()` method. I really, really would like to be able to do something like: ``` java Wizard myWizard = new Wizard(); myWizard.getFooter().setMargin(true); ``` Thanks.
Hello, As stated in the thread https://vaadin.com/forum#!/thread/3433454 there is some high CPU load that kills the browser if you add a progressbar to a wizard's step. Here is a snippet...
Extracted addStepComponent method allowing replacing standard contentPanel.addComponent by custom behaviour (for example setContent to correct http://code.google.com/p/wizards-for-vaadin/issues/detail?id=6)
Great Plug-in!!! Just missing some validate features(only advance after validate() every component inside)
Hi, Thank you for this amazing component. Would it be possible to add stylenames to the button bar and the buttons at the bottom for CSS customization in next releases...
If a step is removed from the wizard the buttons will not be updated. For example: - Wizard with three steps - On second step the third one is removed...