Class DefaultPage

java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPage
All Implemented Interfaces:
WizardPage
Direct Known Subclasses:
AbstractCmsWizardPage, AbstractGenericItemPage, AddCommentItemPage

public class DefaultPage extends Object implements WizardPage
This class was moved to ext/cockpit from productcockpit
  • Field Details

    • title

      protected String title
    • wizard

      protected Wizard wizard
    • width

      protected String width
    • height

      protected String height
  • Constructor Details

    • DefaultPage

      public DefaultPage()
  • Method Details

    • getWidth

      public String getWidth()
      Specified by:
      getWidth in interface WizardPage
      Returns:
      the width
    • getHeight

      public String getHeight()
      Specified by:
      getHeight in interface WizardPage
      Returns:
      the height
    • getComponentURI

      public String getComponentURI()
      Specified by:
      getComponentURI in interface WizardPage
    • setComponentURI

      public void setComponentURI(String componentURI)
    • setTitle

      public void setTitle(String i3key)
      Sets the i3 key for title
      Parameters:
      i3key - the i3 key for the title
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface WizardPage
    • getController

      public WizardPageController getController()
      Specified by:
      getController in interface WizardPage
    • setController

      public void setController(WizardPageController controller)
    • getId

      public String getId()
      Specified by:
      getId in interface WizardPage
    • setId

      public void setId(String id)
    • getWizard

      public Wizard getWizard()
    • getPageComponent

      public org.zkoss.zk.ui.Component getPageComponent()
    • getCurrentController

      public WizardPageController getCurrentController()
    • initView

      public void initView(Wizard wizard, org.zkoss.zk.ui.Component comp)
      Specified by:
      initView in interface WizardPage
    • setWizard

      public void setWizard(Wizard wizard)
    • setPageComponent

      protected void setPageComponent(org.zkoss.zk.ui.Component pageComponent)
    • getAttributes

      public Map<String,Object> getAttributes()
      Specified by:
      getAttributes in interface WizardPage
    • handleMessages

      protected void handleMessages(List<Message> messages)
    • renderView

      public void renderView(org.zkoss.zk.ui.Component parent)
      if you don't want to specify a zul-file for your view, you can override this method and create your view components here in java