public abstract class AbstractNewItemWizardPage extends DefaultPage
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ERROR_SCLASS_ELEMENT_BOX_EDITOR |
protected static java.lang.String |
ERROR_SCLASS_WIZARD_CNT |
protected Div |
errorContainer |
protected Div |
pageContainer |
protected Div |
pageContent |
protected static java.lang.String |
SCLASS_ELEMENT_BOX_EDITOR |
protected static java.lang.String |
WIZARD_ERROR_CNT_SCLASS |
protected static java.lang.String |
WIZARD_PAGE_CNT_SCLASS |
protected static java.lang.String |
WIZARD_PAGE_CONTENT_CNT_SCLASS |
height, title, width, wizard| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNewItemWizardPage() |
protected |
AbstractNewItemWizardPage(java.lang.String pageTitle) |
protected |
AbstractNewItemWizardPage(java.lang.String pageTitle,
Wizard wizard) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearPageComponents() |
abstract Component |
createContent(WizardPage page,
WizardPageController controller)
This is an general method responsible for creating UI representation of given page
Note:
Here we should create graphical representation of particular page |
protected TypeService |
getCockpitTypeService() |
java.util.List<java.lang.String> |
getDisplayedAttributes() |
Div |
getErrorContainer() |
protected ModelService |
getModelService() |
java.lang.String |
getNextPageWizardId() |
Div |
getPageContainer() |
Div |
getPageContent() |
protected SystemService |
getSystemService() |
protected void |
handleMessages(java.util.List<Message> messages) |
protected boolean |
isCauseError(PropertyDescriptor descriptor) |
void |
setCockpitTypeService(TypeService typeService) |
void |
setDisplayedAttributes(java.util.List<java.lang.String> displayedAttributes) |
void |
setModelService(ModelService modelService) |
void |
setNextPageWizardId(java.lang.String nextPageWizardId) |
void |
setSystemService(SystemService systemService) |
getAttributes, getComponentURI, getController, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, getWizard, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizardprotected static final java.lang.String ERROR_SCLASS_WIZARD_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 WIZARD_PAGE_CNT_SCLASS
protected static final java.lang.String WIZARD_ERROR_CNT_SCLASS
protected static final java.lang.String WIZARD_PAGE_CONTENT_CNT_SCLASS
protected Div pageContainer
protected Div pageContent
protected Div errorContainer
protected AbstractNewItemWizardPage()
protected AbstractNewItemWizardPage(java.lang.String pageTitle)
protected AbstractNewItemWizardPage(java.lang.String pageTitle,
Wizard wizard)
protected TypeService getCockpitTypeService()
public void setCockpitTypeService(TypeService typeService)
protected ModelService getModelService()
public void setModelService(ModelService modelService)
protected SystemService getSystemService()
public void setSystemService(SystemService systemService)
public java.lang.String getNextPageWizardId()
public void setNextPageWizardId(java.lang.String nextPageWizardId)
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()
protected boolean isCauseError(PropertyDescriptor descriptor)
protected void handleMessages(java.util.List<Message> messages)
handleMessages in class DefaultPagepublic abstract Component createContent(WizardPage page, WizardPageController controller)
Copyright © 2018 SAP SE. All Rights Reserved.