public class NewItemWizard extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ADVANCED_SEARCH_PAGE |
protected BrowserModel |
browserModel |
protected static String |
CMSITEM_UID_PREFIX |
protected CreateContext |
createContext |
protected ObjectTemplate |
currentType |
protected static String |
DECISION_PAGE |
protected static String |
DEFAULT_ELEMENT_IMAGE |
protected static String |
DEFAULT_WIZARD_FRAME |
protected static String |
MANDATORY_PAGE |
protected Component |
parent |
protected static String |
TYPE_SELECTOR |
protected UIConfigurationService |
uiConfigurationService |
protected static String |
WIZARD_CONFIG |
| Constructor and Description |
|---|
NewItemWizard(Component parent) |
NewItemWizard(ObjectTemplate currentType,
Component parent,
BrowserModel browserModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAfterCancel() |
void |
doAfterDone(AbstractGenericItemPage page) |
Map<String,? extends Object> |
getParameters() |
protected UIConfigurationService |
getUIConfigurationService() |
protected WizardConfiguration |
getWizardConfiguration() |
boolean |
isActiaveAfterCreate() |
boolean |
isAllowCreate() |
boolean |
isAllowSelect() |
boolean |
isDisplaySubTypes() |
void |
setActiaveAfterCreate(boolean actiaveAfterCreate) |
void |
setAllowCreate(boolean allowCreate) |
void |
setAllowSelect(boolean allowSelect) |
void |
setCreateContext(CreateContext createContext) |
void |
setDisplaySubTypes(boolean displaySubTypes) |
void |
setParameters(Map<String,? extends Object> parameters) |
void |
setPredefinedValues(Map<String,Object> predefinedValues) |
Wizard |
start() |
protected static final String MANDATORY_PAGE
protected static final String DECISION_PAGE
protected static final String TYPE_SELECTOR
protected static final String ADVANCED_SEARCH_PAGE
protected static final String WIZARD_CONFIG
protected static final String DEFAULT_WIZARD_FRAME
protected static final String CMSITEM_UID_PREFIX
protected static final String DEFAULT_ELEMENT_IMAGE
protected Component parent
protected ObjectTemplate currentType
protected BrowserModel browserModel
protected CreateContext createContext
protected UIConfigurationService uiConfigurationService
public NewItemWizard(ObjectTemplate currentType, Component parent, BrowserModel browserModel)
public NewItemWizard(Component parent)
public boolean isActiaveAfterCreate()
public void setActiaveAfterCreate(boolean actiaveAfterCreate)
public boolean isDisplaySubTypes()
public void setDisplaySubTypes(boolean displaySubTypes)
public boolean isAllowSelect()
public void setAllowSelect(boolean allowSelect)
public void setCreateContext(CreateContext createContext)
protected WizardConfiguration getWizardConfiguration()
public Wizard start()
protected UIConfigurationService getUIConfigurationService()
public void doAfterCancel()
public void doAfterDone(AbstractGenericItemPage page)
public void setAllowCreate(boolean allowCreate)
public boolean isAllowCreate()
Copyright © 2017 SAP SE. All Rights Reserved.