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
public class CreatePageMandatoryPage extends MandatoryPage
Represents page that displays all necessary editors for required properties in order to create an instance of specifiedObjectTemplate. This is used by cockpit wizardsGenericItemWizardNote:
User can configure properties that should be presented on that page by using wizard configuration- See Also:
GenericItemWizard,WizardConfiguration
-
-
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_SECTION
-
Fields 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_EDITOR
-
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
height, title, width, wizard
-
-
Constructor Summary
Constructors Constructor Description CreatePageMandatoryPage(java.lang.String pageTitle, CmsWizard wizard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOpenInEditor()protected voidrender(org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Collection<java.lang.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, setValue
-
Methods inherited from class de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
clearPageComponents, getErrorContainer, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributes
-
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, setWizard
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.wizards.WizardPage
getAttributes, getComponentURI, getController, getHeight, getId, getTitle, getWidth, initView
-
-
-
-
Constructor Detail
-
CreatePageMandatoryPage
public CreatePageMandatoryPage(java.lang.String pageTitle, CmsWizard wizard)
-
-
Method Detail
-
render
protected void render(org.zkoss.zk.ui.HtmlBasedComponent parent, java.util.Collection<java.lang.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)
-
-