public abstract class AbstractNewItemWizardPage extends DefaultPage
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ERROR_SCLASS_ELEMENT_BOX_EDITOR |
protected static String |
ERROR_SCLASS_WIZARD_CNT |
protected Div |
errorContainer |
protected Div |
pageContainer |
protected Div |
pageContent |
protected static String |
SCLASS_ELEMENT_BOX_EDITOR |
protected static String |
WIZARD_ERROR_CNT_SCLASS |
protected static String |
WIZARD_PAGE_CNT_SCLASS |
protected static String |
WIZARD_PAGE_CONTENT_CNT_SCLASS |
height, title, width, wizard| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNewItemWizardPage() |
protected |
AbstractNewItemWizardPage(String pageTitle) |
protected |
AbstractNewItemWizardPage(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() |
List<String> |
getDisplayedAttributes() |
Div |
getErrorContainer() |
protected ModelService |
getModelService() |
String |
getNextPageWizardId() |
Div |
getPageContainer() |
Div |
getPageContent() |
protected SystemService |
getSystemService() |
protected void |
handleMessages(List<Message> messages) |
protected boolean |
isCauseError(PropertyDescriptor descriptor) |
void |
setCockpitTypeService(TypeService typeService) |
void |
setDisplayedAttributes(List<String> displayedAttributes) |
void |
setModelService(ModelService modelService) |
void |
setNextPageWizardId(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 String ERROR_SCLASS_WIZARD_CNT
protected static final String SCLASS_ELEMENT_BOX_EDITOR
protected static final String ERROR_SCLASS_ELEMENT_BOX_EDITOR
protected static final String WIZARD_PAGE_CNT_SCLASS
protected static final String WIZARD_ERROR_CNT_SCLASS
protected static final String WIZARD_PAGE_CONTENT_CNT_SCLASS
protected Div pageContainer
protected Div pageContent
protected Div errorContainer
protected AbstractNewItemWizardPage()
protected AbstractNewItemWizardPage(String pageTitle)
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 String getNextPageWizardId()
public void setNextPageWizardId(String nextPageWizardId)
public Div getPageContainer()
public Div getErrorContainer()
public List<String> getDisplayedAttributes()
public void setDisplayedAttributes(List<String> displayedAttributes)
displayedAttributes - the displayedAttributes to setpublic Div getPageContent()
protected void clearPageComponents()
protected boolean isCauseError(PropertyDescriptor descriptor)
protected void handleMessages(List<Message> messages)
handleMessages in class DefaultPagepublic abstract Component createContent(WizardPage page, WizardPageController controller)
Copyright © 2017 SAP SE. All Rights Reserved.