Class CMSSiteDecisionPage
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPage
-
- de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
-
- de.hybris.platform.cockpit.wizards.generic.DecisionPage
-
- de.hybris.platform.cmscockpit.wizard.cmssite.pages.CMSSiteDecisionPage
-
- All Implemented Interfaces:
GenericItemWizardPage,WizardPage
public class CMSSiteDecisionPage extends DecisionPage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.cockpit.wizards.generic.DecisionPage
DecisionPage.Decision
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.wizards.generic.DecisionPage
currentDecsison, DECISION_CMSWIZARD_PAGE_SCLASS, DECISION_CMSWIZARD_ROW_SCLASS, decisions, DEFAULT_ELEMENT_IMAGE, SCLASS_ELEMENT_BOX, SCLASS_ELEMENT_DESC, SCLASS_ELEMENT_IMAGE, SCLASS_ELEMENT_NAME
-
Fields 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_SCLASS
-
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
height, title, width, wizard
-
-
Constructor Summary
Constructors Constructor Description CMSSiteDecisionPage()CMSSiteDecisionPage(java.lang.String pageTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.zk.ui.ComponentcreateRepresentationItself()Responsible for creating a UI for itself-
Methods inherited from class de.hybris.platform.cockpit.wizards.generic.DecisionPage
getController, getCurrentDecsison, getDecisions, setCurrentDecsison, setDecisions
-
Methods inherited from class de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
clearPageComponents, getDisplayedAttributes, getErrorContainer, getNextPageWizardId, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributes, setNextPageWizardId
-
Methods 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
-
-
-
-
Method Detail
-
createRepresentationItself
public org.zkoss.zk.ui.Component createRepresentationItself()
Description copied from class:DecisionPageResponsible for creating a UI for itself Note:- Specified by:
createRepresentationItselfin interfaceGenericItemWizardPage- Overrides:
createRepresentationItselfin classDecisionPage
-
-