Uses of Class
jakarta.faces.flow.builder.NavigationCaseBuilder
-
Packages that use NavigationCaseBuilder Package Description com.sun.faces.flow.builder jakarta.faces.flow.builder -
-
Uses of NavigationCaseBuilder in com.sun.faces.flow.builder
Subclasses of NavigationCaseBuilder in com.sun.faces.flow.builder Modifier and Type Class Description classNavigationCaseBuilderImplMethods in com.sun.faces.flow.builder that return NavigationCaseBuilder Modifier and Type Method Description NavigationCaseBuilderNavigationCaseBuilderImpl. condition(jakarta.el.ValueExpression condition)NavigationCaseBuilderNavigationCaseBuilderImpl. condition(String condition)NavigationCaseBuilderNavigationCaseBuilderImpl. fromAction(String fromAction)NavigationCaseBuilderNavigationCaseBuilderImpl. fromOutcome(String fromOutcome)NavigationCaseBuilderNavigationCaseBuilderImpl. fromViewId(String fromViewId)NavigationCaseBuilderFlowBuilderImpl. navigationCase()NavigationCaseBuilderNavigationCaseBuilderImpl. toFlowDocumentId(String toFlowDocumentId)NavigationCaseBuilderNavigationCaseBuilderImpl. toViewId(String toViewId) -
Uses of NavigationCaseBuilder in jakarta.faces.flow.builder
Methods in jakarta.faces.flow.builder that return NavigationCaseBuilder Modifier and Type Method Description abstract NavigationCaseBuilderNavigationCaseBuilder. condition(jakarta.el.ValueExpression condition)Set the if of the current navigation case.abstract NavigationCaseBuilderNavigationCaseBuilder. condition(String condition)Set 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 NavigationCaseBuilderNavigationCaseBuilder. toViewId(String toViewId)Set the to-view-id of the current navigation case.
-