Uses of Class
com.hybris.cockpitng.config.jaxb.wizard.StepType
-
-
Uses of StepType in com.hybris.cockpitng.config.jaxb.wizard
Methods in com.hybris.cockpitng.config.jaxb.wizard that return StepType Modifier and Type Method Description StepTypeObjectFactory. createStepType()Create an instance ofStepType -
Uses of StepType in com.hybris.cockpitng.core.config.impl
Methods in com.hybris.cockpitng.core.config.impl that return StepType Modifier and Type Method Description protected StepTypeDefaultFlowConfigFallbackStrategy. createFirstStep()Methods in com.hybris.cockpitng.core.config.impl with parameters of type StepType Modifier and Type Method Description protected voidDefaultFlowConfigFallbackStrategy. addAllMandatoryFieldsToStep(StepType step1, java.lang.String type) -
Uses of StepType in com.hybris.cockpitng.widgets.configurableflow
Methods in com.hybris.cockpitng.widgets.configurableflow that return StepType Modifier and Type Method Description StepTypeConfigurableFlowController. getCurrentStep()StepTypeConfigurableFlowController. getNextStep(StepType currentStep)protected StepTypeConfigurableFlowController. getPreviousStep(StepType currentStep)StepTypeConfigurableFlowController. getStep(java.lang.String id)protected StepTypeConfigurableFlowController. getTargetStep(StepType currentStep, AbstractActionType clickedButtonConfig, int defaultIndexShift)protected StepTypeConfigurableFlowController. getTargetStepType(AbstractActionType clickedButtonConfig)Methods in com.hybris.cockpitng.widgets.configurableflow that return types with arguments of type StepType Modifier and Type Method Description java.util.List<StepType>ConfigurableFlowController. getAllSteps()Methods in com.hybris.cockpitng.widgets.configurableflow with parameters of type StepType Modifier and Type Method Description protected booleanConfigurableFlowController. canPerformAction(StepType currentStep, boolean shouldValidate)voidConfigurableFlowController. doBack(StepType currentStep)voidConfigurableFlowController. doCancel(StepType currentStep)voidConfigurableFlowController. doCustom(StepType currentStep)voidConfigurableFlowController. doCustom(StepType currentStep, boolean shouldValidate)voidConfigurableFlowController. doCustomPersist(StepType currentStep, boolean shouldValidate)voidConfigurableFlowController. doDone(StepType currentStep)voidConfigurableFlowController. doDone(StepType currentStep, boolean shouldValidate)voidConfigurableFlowController. doNext(StepType currentStep)voidConfigurableFlowController. doNext(StepType stepType, boolean shouldValidate)StepTypeConfigurableFlowController. getNextStep(StepType currentStep)protected StepTypeConfigurableFlowController. getPreviousStep(StepType currentStep)protected java.util.Set<java.lang.String>ConfigurableFlowController. getQualifiersForCurrentStep(StepType currentStep)Deprecated, for removal: This API element is subject to removal in a future version.since 1811, useConfigurableFlowController.getQualifiersWithLocalesForCurrentStep(StepType)insteadprotected java.util.Collection<LocalizedQualifier>ConfigurableFlowController. getQualifiersWithLocalesForCurrentStep(StepType currentStep)protected StepTypeConfigurableFlowController. getTargetStep(StepType currentStep, AbstractActionType clickedButtonConfig, int defaultIndexShift)voidConfigurableFlowController. jumpToStep(StepType stepType)protected voidConfigurableFlowController. setCurrentStep(StepType step)booleanConfigurableFlowController. validateCustomStep(StepType currentStep) -
Uses of StepType in com.hybris.cockpitng.widgets.configurableflow.listener
Methods in com.hybris.cockpitng.widgets.configurableflow.listener with parameters of type StepType Modifier and Type Method Description TransitionListenerTransitionListenerFactory. create(StepType currentStep, java.lang.String action)Constructors in com.hybris.cockpitng.widgets.configurableflow.listener with parameters of type StepType Constructor Description TransitionListener(StepType currentStep, java.lang.String action, ConfigurableFlowController controller) -
Uses of StepType in com.hybris.cockpitng.widgets.configurableflow.renderer
Methods in com.hybris.cockpitng.widgets.configurableflow.renderer that return StepType Modifier and Type Method Description protected StepTypeConfigurableFlowRenderer. getStep(java.lang.String id)Methods in com.hybris.cockpitng.widgets.configurableflow.renderer that return types with arguments of type StepType Modifier and Type Method Description protected java.util.List<StepType>ConfigurableFlowRenderer. getAllSteps()Methods in com.hybris.cockpitng.widgets.configurableflow.renderer with parameters of type StepType Modifier and Type Method Description protected FlowActionHandlerAdapterConfigurableFlowRenderer. createActionHandlerAdapter(StepType currentStep, org.zkoss.zk.ui.event.Event event)protected org.zkoss.zul.ButtonConfigurableFlowRenderer. createAndAppendButton(org.zkoss.zk.ui.Component buttonsContainer, java.lang.String labelKey, StepType currentStep, AbstractActionType actionType, java.lang.String actionId)protected org.zkoss.zk.ui.HtmlBasedComponentConfigurableFlowRenderer. createBreadcrumbEntry(StepType step)voidConfigurableFlowRenderer. doCustom(StepType currentStep, CustomType customType)Calls custom step handler.voidConfigurableFlowRenderer. doCustom(StepType currentStep, CustomType customType, java.util.Map<java.lang.String,ComposedHandlerType> composedHandlers)Calls custom step handler.protected booleanConfigurableFlowRenderer. isStepChangePossible(StepType currentStep, StepType targetStep)protected voidConfigurableFlowRenderer. renderBreadcrumb(StepType currentStep, java.util.List<StepType> stepList)voidConfigurableFlowRenderer. renderCurrentStep(StepType currentStep)voidConfigurableFlowRenderer. updateNavigation(StepType currentStep)Deprecated, for removal: This API element is subject to removal in a future version.since 2005Method parameters in com.hybris.cockpitng.widgets.configurableflow.renderer with type arguments of type StepType Modifier and Type Method Description protected voidConfigurableFlowRenderer. renderBreadcrumb(StepType currentStep, java.util.List<StepType> stepList)voidConfigurableFlowRenderer. setAllSteps(java.util.List<StepType> allSteps) -
Uses of StepType in com.hybris.cockpitng.widgets.configurableflow.validation
Methods in com.hybris.cockpitng.widgets.configurableflow.validation that return StepType Modifier and Type Method Description protected StepTypeConfigurableFlowValidationHandler. retrievePropertyStep(java.lang.Object stepOrSubflow, java.lang.String property)protected StepTypeConfigurableFlowValidationHandler. retrievePropertyStep(java.lang.String property)RetrieveStepTypefor given propertyprotected StepTypeConfigurableFlowValidationHandler. retrieveStep(StepType stepType, java.lang.String property)Methods in com.hybris.cockpitng.widgets.configurableflow.validation with parameters of type StepType Modifier and Type Method Description protected StepTypeConfigurableFlowValidationHandler. retrieveStep(StepType stepType, java.lang.String property)
-