Class CreateCmsPageController
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPageController
-
- de.hybris.platform.cmscockpit.wizard.controller.CmsPageController
-
- de.hybris.platform.cmscockpit.wizard.controller.CreateCmsPageController
-
- All Implemented Interfaces:
WizardPageController
public class CreateCmsPageController extends CmsPageController
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
transitions
-
-
Constructor Summary
Constructors Constructor Description CreateCmsPageController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivateItemInEditor(UICockpitPerspective currentPerspective, TypedObject newItem)voiddone(Wizard wizard, WizardPage page)This method is invoked when the done button is pressed.-
Methods inherited from class de.hybris.platform.cmscockpit.wizard.controller.CmsPageController
validate
-
Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, initPage, next, previous, setTransitions
-
-
-
-
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 classCmsPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
activateItemInEditor
protected void activateItemInEditor(UICockpitPerspective currentPerspective, TypedObject newItem)
- Overrides:
activateItemInEditorin classCmsPageController
-
-