Uses of Class
com.hybris.cockpitng.config.jaxb.wizard.ComposedHandlerType
-
Packages that use ComposedHandlerType Package Description com.hybris.cockpitng.config.jaxb.wizard com.hybris.cockpitng.widgets.configurableflow.renderer -
-
Uses of ComposedHandlerType in com.hybris.cockpitng.config.jaxb.wizard
Fields in com.hybris.cockpitng.config.jaxb.wizard with type parameters of type ComposedHandlerType Modifier and Type Field Description protected java.util.List<ComposedHandlerType>AbstractFlowType. handlerMethods in com.hybris.cockpitng.config.jaxb.wizard that return types with arguments of type ComposedHandlerType Modifier and Type Method Description java.util.List<ComposedHandlerType>AbstractFlowType. getHandler()Gets the value of the handlers property. -
Uses of ComposedHandlerType in com.hybris.cockpitng.widgets.configurableflow.renderer
Methods in com.hybris.cockpitng.widgets.configurableflow.renderer with parameters of type ComposedHandlerType Modifier and Type Method Description protected java.lang.StringConfigurableFlowRenderer. findHandlerBean(ComposedHandlerType composedHandler, CustomType customType)Method parameters in com.hybris.cockpitng.widgets.configurableflow.renderer with type arguments of type ComposedHandlerType Modifier and Type Method Description voidConfigurableFlowRenderer. doCustom(StepType currentStep, CustomType customType, java.util.Map<java.lang.String,ComposedHandlerType> composedHandlers)Calls custom step handler.
-