Class CmsSiteMandatoryPageController
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPageController
-
- de.hybris.platform.cockpit.wizards.generic.DefaultGenericItemMandatoryPageController
-
- de.hybris.platform.cmscockpit.wizard.cmssite.controllers.CmsSiteMandatoryPageController
-
- All Implemented Interfaces:
WizardPageController
public class CmsSiteMandatoryPageController extends DefaultGenericItemMandatoryPageController
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
transitions
-
-
Constructor Summary
Constructors Constructor Description CmsSiteMandatoryPageController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanvalidate(Wizard wizard, WizardPage page)This method is invoked before leaving a page.-
Methods inherited from class de.hybris.platform.cockpit.wizards.generic.DefaultGenericItemMandatoryPageController
beforeNext, createErrorMessageForException, createItem, dispatchEventAfterCreate, done, getPosition, getUIConfigurationService, getWizardConfiguration, hasAllMandatoryFields, initPage, next, setModelLocalizedValue, setModelSingleValue, setPosition
-
Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPageController
beforeBack, cancel, evaluateAttribute, evaluateTransition, getFirstPage, previous, setTransitions
-
-
-
-
Method Detail
-
validate
public boolean validate(Wizard wizard, WizardPage page)
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 classDefaultGenericItemMandatoryPageController- Returns:
- true, if the page content is correct, false otherwise. If false is returned, the wizard will not proceed to the next page.
-
-