| Package | Description |
|---|---|
| com.hybris.cockpitng.widgets.configurableflow | |
| com.hybris.cockpitng.widgets.configurableflow.renderer |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
| Modifier and Type | Method and Description |
|---|---|
protected ProxyFlowActionHandlerAdapter |
ComposedFlowActionHandler.createProxyFlowActionAdapter(FlowActionHandlerAdapter handler) |
protected ProxyFlowActionHandlerAdapter |
ComposedFlowActionHandler.loadAdapterBean(FlowActionHandlerAdapter handler) |
void |
ComposedFlowActionHandler.perform(CustomType customType,
FlowActionHandlerAdapter adapter,
Map<String,String> parameters) |
void |
FlowActionHandler.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.
|
| Constructor and Description |
|---|
ProxyFlowActionHandlerAdapter(FlowActionHandlerAdapter handler) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowActionHandlerAdapter |
ConfigurableFlowRenderer.createActionHandlerAdapter(StepType currentStep,
org.zkoss.zk.ui.event.Event event) |
Copyright © 2018. All rights reserved.