public abstract class AbstractCmsWizardPage extends DefaultPage implements CmsWizardPage
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CMSWIZARD_ERROR_CNT_SCLASS |
protected static java.lang.String |
CMSWIZARD_PAGE_CNT_SCLASS |
protected static java.lang.String |
CMSWIZARD_PAGE_CONTENT_CNT_SCLASS |
static java.lang.String |
CONTENT_ELEMENT_CONFIG |
protected static java.lang.String |
ERROR_SCLASS_CMSWIZARD_CNT |
protected static java.lang.String |
ERROR_SCLASS_ELEMENT_BOX_EDITOR |
protected Div |
errorContainer |
protected Div |
pageContainer |
protected Div |
pageContent |
protected static java.lang.String |
SCLASS_ELEMENT_BOX_EDITOR |
height, title, width, wizard| Constructor and Description |
|---|
AbstractCmsWizardPage(java.lang.String pageTitle,
Wizard wizard) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearPageComponents() |
abstract Component |
createRepresentationItself() |
java.util.List<java.lang.String> |
getDisplayedAttributes() |
Div |
getErrorContainer() |
Div |
getPageContainer() |
Div |
getPageContent() |
CmsWizard |
getWizard() |
protected void |
handleMessages(java.util.List<Message> messages) |
boolean |
isCauseError(PropertyDescriptor descriptor) |
void |
setDisplayedAttributes(java.util.List<java.lang.String> displayedAttributes) |
getAttributes, 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 java.lang.String ERROR_SCLASS_CMSWIZARD_CNT
protected static final java.lang.String SCLASS_ELEMENT_BOX_EDITOR
protected static final java.lang.String ERROR_SCLASS_ELEMENT_BOX_EDITOR
protected static final java.lang.String CMSWIZARD_PAGE_CNT_SCLASS
protected static final java.lang.String CMSWIZARD_ERROR_CNT_SCLASS
protected static final java.lang.String CMSWIZARD_PAGE_CONTENT_CNT_SCLASS
public static final java.lang.String CONTENT_ELEMENT_CONFIG
protected Div pageContainer
protected Div pageContent
protected Div errorContainer
public AbstractCmsWizardPage(java.lang.String pageTitle,
Wizard wizard)
public Div getPageContainer()
public Div getErrorContainer()
public java.util.List<java.lang.String> getDisplayedAttributes()
public void setDisplayedAttributes(java.util.List<java.lang.String> displayedAttributes)
displayedAttributes - the displayedAttributes to setpublic Div getPageContent()
protected void clearPageComponents()
public abstract Component createRepresentationItself()
createRepresentationItself in interface CmsWizardPagepublic boolean isCauseError(PropertyDescriptor descriptor)
protected void handleMessages(java.util.List<Message> messages)
handleMessages in class DefaultPagepublic CmsWizard getWizard()
getWizard in interface CmsWizardPagegetWizard in class DefaultPageCopyright © 2018 SAP SE. All Rights Reserved.