Forge - UI API 2.0.0.Alpha3

Uses of Interface
org.jboss.forge.ui.result.NavigationResult

Packages that use NavigationResult
org.jboss.forge.ui.result   
org.jboss.forge.ui.wizard   
 

Uses of NavigationResult in org.jboss.forge.ui.result
 

Methods in org.jboss.forge.ui.result that return NavigationResult
static NavigationResult Results.navigateTo(Class<? extends UICommand> next)
           
static NavigationResult Results.navigateTo(Class<? extends UICommand> next, String message)
           
 

Uses of NavigationResult in org.jboss.forge.ui.wizard
 

Methods in org.jboss.forge.ui.wizard that return NavigationResult
 NavigationResult UIWizard.next(UIContext context)
          Returns the next UIWizardStep, or null if this is the last UICommand in the flow.
 


Forge - UI API 2.0.0.Alpha3

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