All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support for
setSelectedTab
on wizard to programmatically jump to a particular tab
- Event Subscription for Wizard via
@Subscribe
annotation in controller WizardTabPreChangeEvent
which allows prevent tab changes from happeningWizard.Direction
which indicates whether a tab changed was of typeNEXT
orPREVIOUS
- CUBA 7 UI Screens API support for Wizard
- Renamed Wizard Steps to Wizard Tabs
- CUBA 6 based Frames approach on creating wizard steps
- CUBA 7.2.x
- CUBA 7.1.x
- remove example usages from app component
AbstractWizard
as a super controller class for Wizard controllers (de.diedavids.cuba.wizard.web.screens.AbstractWizard
)
WizardStepAware
is no longer necessary. UseAbstractWizardStep
directly instead.
- CUBA 7.0.x
- CUBA 6.10.x
- CUBA 6.9.x
- Initial version of Wizard component
- CUBA 6.8.x