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
Constructors Constructor Description NavigationNodeMandatoryPageController()NavigationNodeMandatoryPageController(GenericItemWizard genericItemWizard, DefaultNavigationNodeWizard parentWizard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeBack(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.GenericItemWizardgetGenericItemWizard()DefaultNavigationNodeWizardgetParentWizard()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, validate
-
Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
cancel, evaluateAttribute, evaluateTransition, getFirstPage, previous, setTransitions
-
-
-
-
Constructor Detail
-
NavigationNodeMandatoryPageController
public NavigationNodeMandatoryPageController()
-
NavigationNodeMandatoryPageController
public NavigationNodeMandatoryPageController(GenericItemWizard genericItemWizard, DefaultNavigationNodeWizard parentWizard)
-
-
Method Detail
-
done
public void done(Wizard wizard, WizardPage page)
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
public void initPage(Wizard wizard, WizardPage page)
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
public void beforeNext(Wizard wizard, WizardPage page)
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
public void beforeBack(Wizard wizard, WizardPage page)
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
public GenericItemWizard getGenericItemWizard()
-
setGenericItemWizard
public void setGenericItemWizard(GenericItemWizard genericItemWizard)
-
getParentWizard
public DefaultNavigationNodeWizard getParentWizard()
-
setParentWizard
public void setParentWizard(DefaultNavigationNodeWizard parentWizard)
-
-