Uses of Class
jakarta.faces.flow.builder.NavigationCaseBuilder
-
Uses of NavigationCaseBuilder in jakarta.faces.flow.builder
Modifier and TypeMethodDescriptionabstract NavigationCaseBuilder
NavigationCaseBuilder.condition
(ValueExpression condition) Set the if of the current navigation case.abstract NavigationCaseBuilder
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
Set the to-view-id of the current navigation case.