Interface CmsComponentSelectorPage
-
- All Superinterfaces:
CmsWizardPage,WizardPage
- All Known Implementing Classes:
TypeSelectorPage
public interface CmsComponentSelectorPage extends CmsWizardPage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetController(WizardPageController controller)voidsetDisplaySubtypes(boolean displaySubtypes)voidsetPosition(java.lang.String position)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)
-
setPosition
void setPosition(java.lang.String position)
-
-