Class CmsSiteSummaryPage
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPage
de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
de.hybris.platform.cockpit.wizards.generic.GenericItemMandatoryPage
de.hybris.platform.cmscockpit.wizard.cmssite.pages.CmsSiteSummaryPage
- All Implemented Interfaces:
GenericItemWizardPage,WizardPage
Represents page that displays all properties gathered during wizard activity.
Note:
Properties are presented in ready-only mode - in order to changed some user should navigate to correct previous page and change it there.
Properties are presented in ready-only mode - in order to changed some user should navigate to correct previous page and change it there.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class de.hybris.platform.cockpit.wizards.generic.GenericItemMandatoryPage
WIZARD_CONFIG, WIZARD_GROUP_CONTAINER, WIZARD_GROUP_EDITOR_CONTAINER, WIZARD_GROUP_LABEL, WIZARD_GROUP_ROW_LABEL, WIZARD_SECTIONFields inherited from class de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
CONTENT_ELEMENT_CONFIG, ERROR_SCLASS_ELEMENT_BOX_EDITOR, ERROR_SCLASS_WIZARD_CNT, errorContainer, INFO_SCLASS_ELEMENT_BOX_EDITOR, INFO_SCLASS_WIZARD_CNT, pageContainer, pageContent, SCLASS_ELEMENT_BOX_EDITOR, WARNING_SCLASS_ELEMENT_BOX_EDITOR, WARNING_SCLASS_WIZARD_CNT, WIZARD_ERROR_CNT_SCLASS, WIZARD_PAGE_CNT_SCLASS, WIZARD_PAGE_CONTENT_CNT_SCLASSFields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
height, title, width, wizard -
Constructor Summary
ConstructorsConstructorDescriptionCmsSiteSummaryPage(String pageTitle) CmsSiteSummaryPage(String pageTitle, GenericItemWizard wizard) -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zk.ui.ComponentThis is an general method responsible for creating UI representation of given pageorg.zkoss.zk.ui.ComponentcreateSummaryEntryRow(String labelValue, org.zkoss.zk.ui.Component value) Methods inherited from class de.hybris.platform.cockpit.wizards.generic.GenericItemMandatoryPage
createGroup, createGroupRow, createGroupSectionContent, extractPropertyQualifiers, getController, getDefaultController, getDisplayedAttributes, getParameters, getUIConfigurationService, getValue, getWizardConfiguration, loadInitConfigValues, render, setDefaultController, setParameters, setValueMethods inherited from class de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
clearPageComponents, getErrorContainer, getNextPageWizardId, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributes, setNextPageWizardIdMethods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
getAttributes, getComponentURI, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizard
-
Field Details
-
BOOLEAN_TRUE_IMG
- See Also:
-
BOOLEAN_FALSE_IMG
- See Also:
-
BOOLEAN_NULL_IMG
- See Also:
-
-
Constructor Details
-
CmsSiteSummaryPage
public CmsSiteSummaryPage() -
CmsSiteSummaryPage
-
CmsSiteSummaryPage
-
-
Method Details
-
createSummaryEntryRow
public org.zkoss.zk.ui.Component createSummaryEntryRow(String labelValue, org.zkoss.zk.ui.Component value) -
createRepresentationItself
public org.zkoss.zk.ui.Component createRepresentationItself()Description copied from class:AbstractGenericItemPageThis is an general method responsible for creating UI representation of given page Note:
Here we should create graphical representation of particular page- Specified by:
createRepresentationItselfin interfaceGenericItemWizardPage- Overrides:
createRepresentationItselfin classGenericItemMandatoryPage
-
collectAllInformation
-