Uses of Class
com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter
-
Packages that use FlowActionHandlerAdapter Package Description com.hybris.cockpitng.widgets.configurableflow com.hybris.cockpitng.widgets.configurableflow.renderer -
-
Uses of FlowActionHandlerAdapter in com.hybris.cockpitng.widgets.configurableflow
Subclasses of FlowActionHandlerAdapter in com.hybris.cockpitng.widgets.configurableflow Modifier and Type Class Description classProxyFlowActionHandlerAdapterProxy adapter which intercepts all calls on done,cancel,back,next,custom and calls one of actions on given proxied adapter whenProxyFlowActionHandlerAdapter.doProxiedAction()is called.Methods in com.hybris.cockpitng.widgets.configurableflow with parameters of type FlowActionHandlerAdapter Modifier and Type Method Description protected ProxyFlowActionHandlerAdapterComposedFlowActionHandler. createProxyFlowActionAdapter(FlowActionHandlerAdapter handler)protected ProxyFlowActionHandlerAdapterComposedFlowActionHandler. loadAdapterBean(FlowActionHandlerAdapter handler)voidComposedFlowActionHandler. perform(CustomType customType, FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> parameters)voidFlowActionHandler. perform(CustomType customType, FlowActionHandlerAdapter adapter, java.util.Map<java.lang.String,java.lang.String> parameters)Method that is invoked when the custom button in the configurable flow widget is clicked - this method should contain custom logic.Constructors in com.hybris.cockpitng.widgets.configurableflow with parameters of type FlowActionHandlerAdapter Constructor Description ProxyFlowActionHandlerAdapter(FlowActionHandlerAdapter handler) -
Uses of FlowActionHandlerAdapter in com.hybris.cockpitng.widgets.configurableflow.renderer
Methods in com.hybris.cockpitng.widgets.configurableflow.renderer that return FlowActionHandlerAdapter Modifier and Type Method Description protected FlowActionHandlerAdapterConfigurableFlowRenderer. createActionHandlerAdapter(StepType currentStep, org.zkoss.zk.ui.event.Event event)
-