public interface FlowActionHandler
CustomType in the navigation section for the
aforementioned widget.
Note: Here is an example:
<navigation id="stepId">
<custom align="left" handler="spring-bean-id" label="custom"/>
</navigation>
Note: handler="spring-bean-id" refers to the bean defined in the spring application context and it is of type
FlowActionHandler| Modifier and Type | Method and Description |
|---|---|
void |
perform(CustomType customType,
FlowActionHandlerAdapter adapter,
Map<String,String> parameters)
Method that is invoked when the custom button in the configurable flow widget is clicked - this method should
contain custom logic.
|
void perform(CustomType customType, FlowActionHandlerAdapter adapter, Map<String,String> parameters)
customType - given step configurationadapter - adapter that controls the configurable widget flowparameters - current parametersCopyright © 2018. All rights reserved.