Package | Description |
---|---|
org.josef.web.jsf.beans.demo.flow |
JSF Demo of flows.
|
org.josef.web.jsf.flow |
Flow related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicFlow
Managed Bean to test basic functionality of the flow mechanism.
|
class |
ComplexFlow
Managed Bean to test the more complex functionality of the flow mechanism.
|
class |
ComplexNestedFlow
Managed Bean to test the more complex functionality of the flow mechanism.
|
class |
ConditionalFlow
Managed Bean to test a conditional flow.
|
class |
FlowWithDoubleSteps
Managed Bean to test using the same step twice in a flow.
|
class |
RidiculouslyComplexFlow
Managed Bean to test the more complex functionality of the flow mechanism,
particularly the nesting of flows.
|
class |
RidiculouslyComplexNestedFlow
Managed Bean representing a nested flow that is part of the
RidiculouslyComplexFlow . |
class |
RidiculouslyComplexNestedNestedFlow
/**
Managed Bean representing a nested flow, nested in yet another flow.
|
Modifier and Type | Method and Description |
---|---|
AbstractFlow |
AbstractFlowStep.getParentFlow()
Gets the parent flow of this step.
|
AbstractFlow |
AbstractFlowStep.getRootFlow()
Gets the root flow of this step.
|
Modifier and Type | Method and Description |
---|---|
static List<AbstractFlowStep> |
AbstractFlow.getLinearListOfFlowSteps(AbstractFlow flow)
Gets a linear list of flow steps.
|
org.primefaces.model.menu.DefaultMenuModel |
FlowMenuHelper.getMenuModel(AbstractFlow flow)
Gets the menu model, created from the supplied flow.
|
Copyright © 2008–2018. All rights reserved.