new WizardFinishController(finisherValue, switchBlockItems.getWarningValue(), wizardImpl);
updater.addConsumer(scope, finishController);
updater.addDependency(finishController, switchBlockItems.getFinisherDelegateValue());
updater.addDependency(finishController, switchBlockItems.getWarningValue());
return new WizardLogic() {
public void updateAll() {
updater.updateAll();
}
public PageImpl<?> getStartingPage() {
return chooseVmPage;