Class CmsReferencePageController

    • Constructor Detail

      • CmsReferencePageController

        public CmsReferencePageController()
    • Method Detail

      • 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.