Uses of Class
javax.faces.flow.builder.NavigationCaseBuilder

Packages that use NavigationCaseBuilder
javax.faces.flow.builder   
 

Uses of NavigationCaseBuilder in javax.faces.flow.builder
 

Methods in javax.faces.flow.builder that return NavigationCaseBuilder
abstract  NavigationCaseBuilder NavigationCaseBuilder.condition(String condition)
           
abstract  NavigationCaseBuilder NavigationCaseBuilder.condition(javax.el.ValueExpression condition)
           
abstract  NavigationCaseBuilder NavigationCaseBuilder.fromAction(String fromAction)
           
abstract  NavigationCaseBuilder NavigationCaseBuilder.fromOutcome(String fromOutcome)
           
abstract  NavigationCaseBuilder NavigationCaseBuilder.fromViewId(String fromViewId)
           
abstract  NavigationCaseBuilder FlowBuilder.navigationCase()
           
abstract  NavigationCaseBuilder NavigationCaseBuilder.toFlowDocumentId(String toFlowDocumentId)
           
abstract  NavigationCaseBuilder NavigationCaseBuilder.toViewId(String toViewId)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.