public interface UIWizard extends UICommand
UICommand
that supports multiple steps.
Eg: Next, Previous buttons are enabled in EclipseModifier and Type | Method and Description |
---|---|
default NavigationResult |
next(UINavigationContext context)
Returns the next
UIWizardStep , or null if this is the last UICommand in the flow. |
execute, getMetadata, initializeUI, isEnabled, validate
default NavigationResult next(UINavigationContext context) throws Exception
UIWizardStep
, or null if this is the last UICommand
in the flow.Exception
Copyright © 2016 JBoss by Red Hat. All rights reserved.