Class CreatePageMandatoryPage

All Implemented Interfaces:
CmsWizardPage, WizardPage

public class CreatePageMandatoryPage extends MandatoryPage
Represents page that displays all necessary editors for required properties in order to create an instance of specified ObjectTemplate. This is used by cockpit wizards GenericItemWizard

Note:
User can configure properties that should be presented on that page by using wizard configuration

See Also:
  • Constructor Details

    • CreatePageMandatoryPage

      public CreatePageMandatoryPage(String pageTitle, CmsWizard wizard)
  • Method Details

    • render

      protected void render(org.zkoss.zk.ui.HtmlBasedComponent parent, Collection<String> requiredDescriptors)
      Main method that is used for render whole page's content (i.e. all group and rows configured via WizardConfiguration)

      Overrides:
      render in class MandatoryPage
      Parameters:
      parent - component HtmlBasedComponent
      requiredDescriptors - descriptors that are required in order to instantiate a given @{link ObjectTemplate
    • isOpenInEditor

      public boolean isOpenInEditor()
    • setOpenInEditor

      public void setOpenInEditor(boolean openInEditor)