public class DecisionPage extends AbstractCmsWizardPage
| Modifier and Type | Class and Description |
|---|---|
class |
DecisionPage.Decision
Represents a decision - used only for cockpit wizard framework
Note:
|
| Modifier and Type | Field and Description |
|---|---|
protected DecisionPage.Decision |
currentDecsison |
protected static String |
DECISION_CMSWIZARD_PAGE_SCLASS |
protected static String |
DECISION_CMSWIZARD_ROW_SCLASS |
protected List<DecisionPage.Decision> |
decisions |
protected String |
nextPageWizadId |
protected static String |
SCLASS_ELEMENT_BOX |
protected static String |
SCLASS_ELEMENT_DESC |
protected static String |
SCLASS_ELEMENT_IMAGE |
protected static String |
SCLASS_ELEMENT_NAME |
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_EDITORheight, title, width, wizard| Constructor and Description |
|---|
DecisionPage(String pageTitle,
CmsWizard wizard)
Creates a new decision page = used for making wizard decision
|
| Modifier and Type | Method and Description |
|---|---|
Component |
createRepresentationItself()
Responsible for creating a UI for itself
Note:
|
DecisionPage.Decision |
getCurrentDecsison() |
List<DecisionPage.Decision> |
getDecisions() |
String |
getNextPageWizadId() |
void |
setCurrentDecsison(DecisionPage.Decision currentDecsison) |
void |
setDecisions(List<DecisionPage.Decision> decisions) |
clearPageComponents, getDisplayedAttributes, getErrorContainer, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributesgetAttributes, getComponentURI, getController, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizardclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, getComponentURI, getController, getHeight, getId, getTitle, getWidth, initViewprotected static final String DECISION_CMSWIZARD_PAGE_SCLASS
protected static final String DECISION_CMSWIZARD_ROW_SCLASS
protected static final String SCLASS_ELEMENT_NAME
protected static final String SCLASS_ELEMENT_DESC
protected static final String SCLASS_ELEMENT_BOX
protected static final String SCLASS_ELEMENT_IMAGE
protected DecisionPage.Decision currentDecsison
protected String nextPageWizadId
protected List<DecisionPage.Decision> decisions
public DecisionPage.Decision getCurrentDecsison()
public void setCurrentDecsison(DecisionPage.Decision currentDecsison)
public String getNextPageWizadId()
public void setDecisions(List<DecisionPage.Decision> decisions)
public List<DecisionPage.Decision> getDecisions()
public Component createRepresentationItself()
createRepresentationItself in interface CmsWizardPagecreateRepresentationItself in class AbstractCmsWizardPageCopyright © 2017 SAP SE. All Rights Reserved.