Class AbstractCmsWizardPage
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPage
de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
- All Implemented Interfaces:
CmsWizardPage,WizardPage
- Direct Known Subclasses:
AdvancedSearchPage,DecisionPage,MandatoryPage,ReferencePage,ReferenceSelectorPage,TypeSelectorPage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final Stringstatic final Stringprotected static final Stringprotected static final Stringprotected org.zkoss.zul.Divprotected org.zkoss.zul.Divprotected org.zkoss.zul.Divprotected static final StringFields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
height, title, width, wizard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidabstract org.zkoss.zk.ui.Componentorg.zkoss.zul.Divorg.zkoss.zul.Divorg.zkoss.zul.Divprotected voidhandleMessages(List<Message> messages) booleanisCauseError(PropertyDescriptor descriptor) voidsetDisplayedAttributes(List<String> displayedAttributes) Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
getAttributes, getComponentURI, getController, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizardMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.wizards.WizardPage
getAttributes, getComponentURI, getController, getHeight, getId, getTitle, getWidth, initView
-
Field Details
-
ERROR_SCLASS_CMSWIZARD_CNT
- See Also:
-
SCLASS_ELEMENT_BOX_EDITOR
- See Also:
-
ERROR_SCLASS_ELEMENT_BOX_EDITOR
- See Also:
-
CMSWIZARD_PAGE_CNT_SCLASS
- See Also:
-
CMSWIZARD_ERROR_CNT_SCLASS
- See Also:
-
CMSWIZARD_PAGE_CONTENT_CNT_SCLASS
- See Also:
-
CONTENT_ELEMENT_CONFIG
- See Also:
-
pageContainer
protected org.zkoss.zul.Div pageContainer -
pageContent
protected org.zkoss.zul.Div pageContent -
errorContainer
protected org.zkoss.zul.Div errorContainer
-
-
Constructor Details
-
AbstractCmsWizardPage
-
-
Method Details
-
getPageContainer
public org.zkoss.zul.Div getPageContainer()- Returns:
- the pageContainer
-
getErrorContainer
public org.zkoss.zul.Div getErrorContainer()- Returns:
- the errorContainer
-
getDisplayedAttributes
- Returns:
- the displayedAttributes
-
setDisplayedAttributes
- Parameters:
displayedAttributes- the displayedAttributes to set
-
getPageContent
public org.zkoss.zul.Div getPageContent()- Returns:
- the pageContent
-
clearPageComponents
protected void clearPageComponents() -
createRepresentationItself
public abstract org.zkoss.zk.ui.Component createRepresentationItself()- Specified by:
createRepresentationItselfin interfaceCmsWizardPage
-
isCauseError
-
handleMessages
- Overrides:
handleMessagesin classDefaultPage
-
getWizard
- Specified by:
getWizardin interfaceCmsWizardPage- Overrides:
getWizardin classDefaultPage
-