public interface UIWizard extends UICommand
UICommand that supports multiple steps.
Eg: Next, Previous buttons are enabled in Eclipse| Modifier and Type | Method and Description |
|---|---|
NavigationResult |
next(UIContext context)
Returns the next
UIWizardStep, or null if this is the last UICommand in the flow. |
execute, getMetadata, initializeUI, isEnabled, validateNavigationResult next(UIContext context) throws Exception
UIWizardStep, or null if this is the last UICommand in the flow.ExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.