Class NavigationNodeMandatoryPageController
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPageController
de.hybris.platform.cockpit.wizards.generic.DefaultGenericItemMandatoryPageController
de.hybris.platform.cmscockpit.wizard.controller.NavigationNodeMandatoryPageController
- All Implemented Interfaces:
WizardPageController
public class NavigationNodeMandatoryPageController
extends DefaultGenericItemMandatoryPageController
Mandatory Page Controller for Navigation Node Wizard - responsible for creating related items.
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
transitions -
Constructor Summary
ConstructorsConstructorDescriptionNavigationNodeMandatoryPageController(GenericItemWizard genericItemWizard, DefaultNavigationNodeWizard parentWizard) -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeBack(Wizard wizard, WizardPage page) This method is invoked before proceeding to the previous page.voidbeforeNext(Wizard wizard, WizardPage page) This method is invoked before proceeding to the next page.voiddone(Wizard wizard, WizardPage page) This method is invoked when the done button is pressed.voidinitPage(Wizard wizard, WizardPage page) This method is invoked whenever a wizard page is created.voidsetGenericItemWizard(GenericItemWizard genericItemWizard) voidsetParentWizard(DefaultNavigationNodeWizard parentWizard) Methods inherited from class de.hybris.platform.cockpit.wizards.generic.DefaultGenericItemMandatoryPageController
createErrorMessageForException, createItem, dispatchEventAfterCreate, getPosition, getUIConfigurationService, getWizardConfiguration, hasAllMandatoryFields, next, setModelLocalizedValue, setModelSingleValue, setPosition, validateMethods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
cancel, evaluateAttribute, evaluateTransition, getFirstPage, previous, setTransitions
-
Constructor Details
-
NavigationNodeMandatoryPageController
public NavigationNodeMandatoryPageController()
-
-
Method Details
-
done
Description copied from interface:WizardPageControllerThis method is invoked when the done button is pressed.- Specified by:
donein interfaceWizardPageController- Overrides:
donein classDefaultGenericItemMandatoryPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
initPage
Description copied from interface:WizardPageControllerThis method is invoked whenever a wizard page is created. Implement it to do some preparations for your page.- Specified by:
initPagein interfaceWizardPageController- Overrides:
initPagein classDefaultGenericItemMandatoryPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
beforeNext
Description copied from interface:WizardPageControllerThis method is invoked before proceeding to the next page.- Specified by:
beforeNextin interfaceWizardPageController- Overrides:
beforeNextin classDefaultGenericItemMandatoryPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
beforeBack
Description copied from interface:WizardPageControllerThis method is invoked before proceeding to the previous page.- Specified by:
beforeBackin interfaceWizardPageController- Overrides:
beforeBackin classDefaultPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
getGenericItemWizard
-
setGenericItemWizard
-
getParentWizard
-