| Interface | Description |
|---|---|
| ConfigurableFlowDefinitions |
Definitions referring to ConfigurableFlow
|
| FlowActionHandler |
An interface that defines contract for performing the custom logic for the configurable flow widget.
|
| Class | Description |
|---|---|
| ComposedFlowActionHandler |
Composed flow action handler which allows to call sub handlers
FlowActionHandler |
| ConfigurableFlowController |
Default
ConfigurableFlowController implementation.There is returned a Map |
| ConfigurableFlowNavigationFacade |
Class exposes navigation through the ConfigurableFlow
|
| FlowActionHandlerAdapter |
Useful adapter that is used for
FlowActionHandler in order to
control
configurable flow widget. |
| ProxyFlowActionHandlerAdapter |
Proxy adapter which intercepts all calls on done,cancel,back,next,custom and calls one of actions on given proxied
adapter when
ProxyFlowActionHandlerAdapter.doProxiedAction() is called. |
| Enum | Description |
|---|---|
| ConfigurableFlowContextParameterNames |
Names of parameters used in ConfigurableFlow context
|
| ConfigurableFlowParameterNames |
Names of parameters used for EditorArea attributes configuration
|
| ProxyFlowActionHandlerAdapter.ExecutedProxyAction |
Enum representation of actions.
|
Copyright © 2018. All rights reserved.