WizardsForVaadin
WizardsForVaadin copied to clipboard
Please expose footer (add a getFooter() method)
Please add Wizard.getFooter()
method.
I really, really would like to be able to do something like:
Wizard myWizard = new Wizard();
myWizard.getFooter().setMargin(true);
Thanks.