Forge - UI API 2.0.0.Alpha3

org.jboss.forge.ui.wizard
Interface UIWizard

All Superinterfaces:
UICommand
All Known Subinterfaces:
UIWizardStep

public interface UIWizard
extends UICommand

An UICommand that supports multiple steps. Eg: Next, Previous buttons are enabled in Eclipse

Author:
George Gastaldi

Method Summary
 NavigationResult next(UIContext context)
          Returns the next UIWizardStep, or null if this is the last UICommand in the flow.
 
Methods inherited from interface org.jboss.forge.ui.UICommand
execute, getMetadata, initializeUI, isEnabled, validate
 

Method Detail

next

NavigationResult next(UIContext context)
                      throws Exception
Returns the next UIWizardStep, or null if this is the last UICommand in the flow.

Throws:
Exception

Forge - UI API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.