Class DecisionPage
java.lang.Object
de.hybris.platform.cockpit.wizards.impl.DefaultPage
de.hybris.platform.cockpit.wizards.generic.AbstractGenericItemPage
de.hybris.platform.cockpit.wizards.generic.DecisionPage
- All Implemented Interfaces:
GenericItemWizardPage,WizardPage
- Direct Known Subclasses:
CMSSiteDecisionPage
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>static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final StringFields 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
ConstructorsConstructorDescriptionDecisionPage(String pageTitle) DecisionPage(String pageTitle, GenericItemWizard 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.cockpit.wizards.generic.AbstractGenericItemPage
clearPageComponents, getDisplayedAttributes, 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
-
DEFAULT_ELEMENT_IMAGE
- See Also:
-
DECISION_CMSWIZARD_PAGE_SCLASS
- See Also:
-
SCLASS_ELEMENT_NAME
- See Also:
-
DECISION_CMSWIZARD_ROW_SCLASS
- See Also:
-
SCLASS_ELEMENT_DESC
- See Also:
-
SCLASS_ELEMENT_BOX
- See Also:
-
SCLASS_ELEMENT_IMAGE
- See Also:
-
currentDecsison
-
decisions
-
-
Constructor Details
-
DecisionPage
Creates a new decision page = used for making wizard decision- Parameters:
pageTitle- - wizard page titlewizard- - given wizard Note:
-
DecisionPage
-
DecisionPage
public DecisionPage()
-
-
Method Details
-
getCurrentDecsison
-
setCurrentDecsison
-
setDecisions
-
getDecisions
-
getController
- Specified by:
getControllerin interfaceWizardPage- Overrides:
getControllerin classDefaultPage
-
createRepresentationItself
public org.zkoss.zk.ui.Component createRepresentationItself()Responsible for creating a UI for itself Note:- Specified by:
createRepresentationItselfin interfaceGenericItemWizardPage- Specified by:
createRepresentationItselfin classAbstractGenericItemPage
-