Class DecisionPage
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPage
de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
de.hybris.platform.cmscockpit.wizard.page.DecisionPage
- All Implemented Interfaces:
CmsWizardPage,WizardPage
Represents a decision page - used form cms wizards
Note:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassRepresents a decision - used only for cockpit wizard framework -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DecisionPage.Decisionprotected static final Stringprotected static final Stringprotected List<DecisionPage.Decision>protected Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields 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
ConstructorsConstructorDescriptionDecisionPage(String pageTitle, CmsWizard wizard) Creates a new decision page = used for making wizard decision -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zk.ui.ComponentResponsible for creating a UI for itselfvoidsetCurrentDecsison(DecisionPage.Decision currentDecsison) voidsetDecisions(List<DecisionPage.Decision> decisions) Methods inherited from class de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
clearPageComponents, getDisplayedAttributes, 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
-
Field Details
-
DECISION_CMSWIZARD_PAGE_SCLASS
- See Also:
-
DECISION_CMSWIZARD_ROW_SCLASS
- See Also:
-
SCLASS_ELEMENT_NAME
- See Also:
-
SCLASS_ELEMENT_DESC
- See Also:
-
SCLASS_ELEMENT_BOX
- See Also:
-
SCLASS_ELEMENT_IMAGE
- See Also:
-
currentDecsison
-
nextPageWizadId
-
decisions
-
-
Constructor Details
-
DecisionPage
Creates a new decision page = used for making wizard decision- Parameters:
pageTitle- - wizard page titlewizard- - given wizard Note:
-
-
Method Details
-
getCurrentDecsison
-
setCurrentDecsison
-
getNextPageWizadId
-
setDecisions
-
getDecisions
-
createRepresentationItself
public org.zkoss.zk.ui.Component createRepresentationItself()Responsible for creating a UI for itself Note:- Specified by:
createRepresentationItselfin interfaceCmsWizardPage- Specified by:
createRepresentationItselfin classAbstractCmsWizardPage
-