Package | Description |
---|---|
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
Modifier and Type | Method and Description |
---|---|
abstract NavigationCaseBuilder |
NavigationCaseBuilder.condition(String condition)
Set the if of the current navigation case. |
abstract NavigationCaseBuilder |
NavigationCaseBuilder.condition(ValueExpression condition)
Set the if of the current navigation case. |
abstract NavigationCaseBuilder |
NavigationCaseBuilder.fromAction(String fromAction)
Set the from-action of the current navigation case. |
abstract NavigationCaseBuilder |
NavigationCaseBuilder.fromOutcome(String fromOutcome)
Set the from-outcome of the current navigation case. |
abstract NavigationCaseBuilder |
NavigationCaseBuilder.fromViewId(String fromViewId)
Set the from-view-id of the current navigation case. |
abstract NavigationCaseBuilder |
FlowBuilder.navigationCase()
Define a particular combination of conditions that must match for this case to be executed, and the view id of the component tree that should be selected next. |
abstract NavigationCaseBuilder |
NavigationCaseBuilder.toFlowDocumentId(String toFlowDocumentId)
Set the to-flow-document-id of the current navigation case. |
abstract NavigationCaseBuilder |
NavigationCaseBuilder.toViewId(String toViewId)
Set the to-view-id of the current navigation case. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.