Class CmsPageController
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPageController
de.hybris.platform.cmscockpit.wizard.controller.CmsPageController
- All Implemented Interfaces:
WizardPageController
- Direct Known Subclasses:
CmsReferencePageController,CmsTypePageController,CreateCmsPageController
-
Field Summary
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
transitions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivateItemInEditor(UICockpitPerspective currentPerspective, TypedObject newItem) voiddone(Wizard wizard, WizardPage page) This method is invoked when the done button is pressed.booleanvalidate(Wizard wizard, WizardPage page) This method is invoked before leaving a page.Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, initPage, next, previous, setTransitions
-
Constructor Details
-
CmsPageController
public CmsPageController()
-
-
Method Details
-
done
Description copied from interface:WizardPageControllerThis method is invoked when the done button is pressed.- Specified by:
donein interfaceWizardPageController- Overrides:
donein classDefaultPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
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 classDefaultPageController- Returns:
- true, if the page content is correct, false otherwise. If false is returned, the wizard will not proceed to the next page.
-
activateItemInEditor
-