Interface CmsWizardPage
-
- All Superinterfaces:
WizardPage
- All Known Subinterfaces:
CmsComponentSelectorPage,CmsPageSelectorPage
- All Known Implementing Classes:
AbstractCmsWizardPage,AdvancedSearchPage,CreatePageMandatoryPage,DecisionPage,MandatoryPage,ReferencePage,ReferenceSelectorPage,TypeSelectorPage
public interface CmsWizardPage extends WizardPage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.zkoss.zk.ui.ComponentcreateRepresentationItself()CmsWizardgetWizard()-
Methods inherited from interface de.hybris.platform.cockpit.wizards.WizardPage
getAttributes, getComponentURI, getController, getHeight, getId, getTitle, getWidth, initView
-
-
-
-
Method Detail
-
createRepresentationItself
org.zkoss.zk.ui.Component createRepresentationItself()
-
getWizard
CmsWizard getWizard()
-
-