Class CmsTypePageController
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPageController
de.hybris.platform.cmscockpit.wizard.controller.CmsPageController
de.hybris.platform.cmscockpit.wizard.controller.CmsTypePageController
- All Implemented Interfaces:
WizardPageController
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
transitions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SystemServiceprotected TypeServicenext(Wizard wizard, WizardPage page) Returns for the specified wizard page the next page.booleanvalidate(Wizard wizard, WizardPage page) This method is invoked before leaving a page.Methods inherited from class de.hybris.platform.cmscockpit.wizard.controller.CmsPageController
activateItemInEditor, doneMethods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, initPage, previous, setTransitions
-
Constructor Details
-
CmsTypePageController
public CmsTypePageController()
-
-
Method Details
-
validate
Description copied from interface:WizardPageControllerThis method is invoked before leaving a page. Implement it to validate the input data.- Specified by:
validatein interfaceWizardPageController- Overrides:
validatein classCmsPageController- Returns:
- true, if the page content is correct, false otherwise. If false is returned, the wizard will not proceed to the next page.
-
next
Description copied from interface:WizardPageControllerReturns for the specified wizard page the next page. Should be implemented for complex wizard flow calculation.- Specified by:
nextin interfaceWizardPageController- Overrides:
nextin classDefaultPageController- Parameters:
wizard- the wizard which contains the pagespage- the current page- Returns:
- the next page
-
getSystemService
-
getTypeService
-