public abstract class AbstractNewItemsWizard extends Wizard
Wizard.WizardEvent| Modifier and Type | Field and Description |
|---|---|
protected boolean |
forceShowDone |
protected List<String> |
objectTemplates |
protected Map<ObjectType,TypedObject> |
type2object |
protected Map<ObjectType,ObjectValueContainer> |
type2valueContainer |
protected List<ObjectType> |
types |
currentPage, DO_BACK_ON_FIRST_PAGE, frameComponent, history, messages| Constructor and Description |
|---|
AbstractNewItemsWizard() |
addMessage, checkShowBackOnFirstPage, cleanupHistory, close, createFrameComponent, doBack, doCancel, doNext, getAllPageAttributes, getComponentURI, getContextClass, getCurrentController, getCurrentPage, getDefaultController, getFrameComponent, getHeight, getMessages, getPage, getPageContainer, getPageRoot, getPages, getPreviousPage, getTitle, getWidth, getWizardContext, isForceHideDone, isForceShowNext, isShowBack, isShowCancel, isShowNext, refreshButtons, resize, setComponentURI, setContextClass, setCurrentPage, setDefaultController, setForceHideDone, setForceShowNext, setHeight, setPageRoot, setPages, setPreviousPage, setShowBack, setShowCancel, setShowDone, setShowNext, setTitle, setWidth, setWizardContext, setWizardTitle, show, show, updateViewprotected final Map<ObjectType,ObjectValueContainer> type2valueContainer
protected final Map<ObjectType,TypedObject> type2object
protected final List<ObjectType> types
protected boolean forceShowDone
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 void show()
Wizardpublic void doInitialise()
protected Component createPageComponent(Component parent,
WizardPage page,
WizardPageController controller)
createPageComponent in class Wizardprotected void initialiseObjectTemplates()
protected ObjectValueContainer createObjectValueContainer(ObjectType currentType)
public ObjectValueContainer getObjectValueContainer(PropertyDescriptor descriptor)
public ObjectValueContainer getObjectValueContainer(ObjectType objectType)
public List<ObjectType> getTypes()
public TypedObject getItem(ObjectType objectType)
public void setItem(ObjectType objectType, TypedObject item)
public void setForceShowDone(boolean forceShowDone)
protected void proceedToDone()
public boolean isShowDone()
isShowDone in class WizardCopyright © 2017 SAP SE. All Rights Reserved.