Class CmsReferencePageController

All Implemented Interfaces:
WizardPageController

public class CmsReferencePageController extends CmsPageController
  • Constructor Details

    • CmsReferencePageController

      public CmsReferencePageController()
  • Method Details

    • validate

      public boolean validate(Wizard wizard, WizardPage page)
      Description copied from interface: WizardPageController
      This method is invoked before leaving a page. Implement it to validate the input data.
      Specified by:
      validate in interface WizardPageController
      Overrides:
      validate in class CmsPageController
      Returns:
      true, if the page content is correct, false otherwise. If false is returned, the wizard will not proceed to the next page.