Uses of Class
com.hybris.cockpitng.config.jaxb.wizard.AbstractActionType
-
-
Uses of AbstractActionType in com.hybris.cockpitng.config.jaxb.wizard
Subclasses of AbstractActionType in com.hybris.cockpitng.config.jaxb.wizard Modifier and Type Class Description classBackTypeJava class for BackType complex type.classCancelTypeJava class for CancelType complex type.classCustomTypeJava class for CustomType complex type.classDoneTypeJava class for DoneType complex type.classNextTypeJava class for NextType complex type. -
Uses of AbstractActionType in com.hybris.cockpitng.widgets.configurableflow
Methods in com.hybris.cockpitng.widgets.configurableflow with parameters of type AbstractActionType Modifier and Type Method Description protected StepTypeConfigurableFlowController. getTargetStep(StepType currentStep, AbstractActionType clickedButtonConfig, int defaultIndexShift)protected StepTypeConfigurableFlowController. getTargetStepType(AbstractActionType clickedButtonConfig)booleanConfigurableFlowController. persistProperties(AbstractActionType actionType)Deprecated, for removal: This API element is subject to removal in a future version.since 2005, please useDefaultConfigurableFlowControllerPersistDelegate.persistProperties(AbstractActionType) -
Uses of AbstractActionType in com.hybris.cockpitng.widgets.configurableflow.delegate
Methods in com.hybris.cockpitng.widgets.configurableflow.delegate with parameters of type AbstractActionType Modifier and Type Method Description booleanConfigurableFlowControllerPersistDelegate. persistProperties(AbstractActionType actionType)Persists properties of the actionbooleanDefaultConfigurableFlowControllerPersistDelegate. persistProperties(AbstractActionType actionType) -
Uses of AbstractActionType in com.hybris.cockpitng.widgets.configurableflow.renderer
Methods in com.hybris.cockpitng.widgets.configurableflow.renderer with parameters of type AbstractActionType Modifier and Type Method Description protected voidConfigurableFlowRenderer. applyVisibilityRestriction(org.zkoss.zk.ui.Component component, AbstractActionType actionType)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 voidConfigurableFlowRenderer. toggleButtonActiveState(org.zkoss.zul.Button button, AbstractActionType actionType)
-