Class CreatePageMandatoryPage
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPage
de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
de.hybris.platform.cmscockpit.wizard.page.MandatoryPage
de.hybris.platform.cmscockpit.wizard.page.CreatePageMandatoryPage
- All Implemented Interfaces:
CmsWizardPage,WizardPage
Represents page that displays all necessary editors for required properties in order to create an instance of
specified
User can configure properties that should be presented on that page by using wizard configuration
ObjectTemplate. This is used by cockpit wizards GenericItemWizard
Note: User can configure properties that should be presented on that page by using wizard configuration
- See Also:
-
Field Summary
Fields inherited from class de.hybris.platform.cmscockpit.wizard.page.MandatoryPage
COCKPIT_ID_CREATE_PAGE_PREFIX, WIZARD_CONFIG, WIZARD_GROUP_CONTAINER, WIZARD_GROUP_EDITOR_CONTAINER, WIZARD_GROUP_LABEL, WIZARD_GROUP_ROW_LABEL, WIZARD_SECTIONFields inherited from class de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
CMSWIZARD_ERROR_CNT_SCLASS, CMSWIZARD_PAGE_CNT_SCLASS, CMSWIZARD_PAGE_CONTENT_CNT_SCLASS, CONTENT_ELEMENT_CONFIG, ERROR_SCLASS_CMSWIZARD_CNT, ERROR_SCLASS_ELEMENT_BOX_EDITOR, errorContainer, pageContainer, pageContent, SCLASS_ELEMENT_BOX_EDITORFields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
height, title, width, wizard -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected voidrender(org.zkoss.zk.ui.HtmlBasedComponent parent, Collection<String> requiredDescriptors) Main method that is used for render whole page's content (i.e.voidsetOpenInEditor(boolean openInEditor) Methods inherited from class de.hybris.platform.cmscockpit.wizard.page.MandatoryPage
createGroup, createGroupRow, createGroupSectionContent, createRepresentationItself, extractPropertyQualifiers, getDisplayedAttributes, getParameters, getUIConfigurationService, getValue, getWizardConfiguration, isAddSelectedElementsAtTop, loadInitConfigValues, positioningOptions, setParameters, setValueMethods inherited from class de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
clearPageComponents, getErrorContainer, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributesMethods 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
-
Constructor Details
-
CreatePageMandatoryPage
-
-
Method Details
-
render
protected void render(org.zkoss.zk.ui.HtmlBasedComponent parent, Collection<String> requiredDescriptors) Main method that is used for render whole page's content (i.e. all group and rows configured viaWizardConfiguration)- Overrides:
renderin classMandatoryPage- Parameters:
parent- componentHtmlBasedComponentrequiredDescriptors- descriptors that are required in order to instantiate a given @{linkObjectTemplate
-
isOpenInEditor
public boolean isOpenInEditor() -
setOpenInEditor
public void setOpenInEditor(boolean openInEditor)
-