Uses of Class
jakarta.faces.flow.builder.NavigationCaseBuilder
Packages that use NavigationCaseBuilder
-
Uses of NavigationCaseBuilder in jakarta.faces.flow.builder
Methods in jakarta.faces.flow.builder that return NavigationCaseBuilderModifier and TypeMethodDescriptionabstract NavigationCaseBuilderNavigationCaseBuilder.condition(ValueExpression condition) Set the if of the current navigation case.abstract NavigationCaseBuilderSet the if of the current navigation case.abstract NavigationCaseBuilderNavigationCaseBuilder.fromAction(String fromAction) Set the from-action of the current navigation case.abstract NavigationCaseBuilderNavigationCaseBuilder.fromOutcome(String fromOutcome) Set the from-outcome of the current navigation case.abstract NavigationCaseBuilderNavigationCaseBuilder.fromViewId(String fromViewId) Set the from-view-id of the current navigation case.abstract NavigationCaseBuilderFlowBuilder.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 NavigationCaseBuilderNavigationCaseBuilder.toFlowDocumentId(String toFlowDocumentId) Set the to-flow-document-id of the current navigation case.abstract NavigationCaseBuilderSet the to-view-id of the current navigation case.