Interface CmsPageSelectorPage
-
- All Superinterfaces:
CmsWizardPage,WizardPage
- All Known Implementing Classes:
TypeSelectorPage
public interface CmsPageSelectorPage extends CmsWizardPage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetController(WizardPageController controller)voidsetDisplaySubtypes(boolean displaySubtypes)voidsetRootSelectorType(ObjectType rootSelectorType)voidsetWizard(Wizard wizard)-
Methods inherited from interface de.hybris.platform.cmscockpit.wizard.page.CmsWizardPage
createRepresentationItself, getWizard
-
Methods inherited from interface de.hybris.platform.cockpit.wizards.WizardPage
getAttributes, getComponentURI, getController, getHeight, getId, getTitle, getWidth, initView
-
-
-
-
Method Detail
-
setDisplaySubtypes
void setDisplaySubtypes(boolean displaySubtypes)
-
setController
void setController(WizardPageController controller)
-
setRootSelectorType
void setRootSelectorType(ObjectType rootSelectorType)
-
setWizard
void setWizard(Wizard wizard)
-
-