Class CmsReferenceSelectorPageController
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPageController
de.hybris.platform.cmscockpit.wizard.controller.CmsReferenceSelectorPageController
- 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 TypeMethodDescriptionvoiddone(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.Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, beforeNext, cancel, evaluateAttribute, evaluateTransition, getFirstPage, next, previous, setTransitions, validate
-
Constructor Details
-
CmsReferenceSelectorPageController
public CmsReferenceSelectorPageController()
-
-
Method Details
-
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 classDefaultPageController- Parameters:
wizard- the wizard which contains the pagepage- the currently accessed page
-
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
-