public class NewItemWizard
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ADVANCED_SEARCH_PAGE |
protected BrowserModel |
browserModel |
protected static java.lang.String |
CMSITEM_UID_PREFIX |
protected CreateContext |
createContext |
protected ObjectTemplate |
currentType |
protected static java.lang.String |
DECISION_PAGE |
protected static java.lang.String |
DEFAULT_ELEMENT_IMAGE |
protected static java.lang.String |
DEFAULT_WIZARD_FRAME |
protected static java.lang.String |
MANDATORY_PAGE |
protected Component |
parent |
protected static java.lang.String |
TYPE_SELECTOR |
protected UIConfigurationService |
uiConfigurationService |
protected static java.lang.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) |
java.util.Map<java.lang.String,? extends java.lang.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(java.util.Map<java.lang.String,? extends java.lang.Object> parameters) |
void |
setPredefinedValues(java.util.Map<java.lang.String,java.lang.Object> predefinedValues) |
Wizard |
start() |
protected static final java.lang.String MANDATORY_PAGE
protected static final java.lang.String DECISION_PAGE
protected static final java.lang.String TYPE_SELECTOR
protected static final java.lang.String ADVANCED_SEARCH_PAGE
protected static final java.lang.String WIZARD_CONFIG
protected static final java.lang.String DEFAULT_WIZARD_FRAME
protected static final java.lang.String CMSITEM_UID_PREFIX
protected static final java.lang.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 setParameters(java.util.Map<java.lang.String,? extends java.lang.Object> parameters)
public java.util.Map<java.lang.String,? extends java.lang.Object> getParameters()
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()
public void setPredefinedValues(java.util.Map<java.lang.String,java.lang.Object> predefinedValues)
Copyright © 2018 SAP SE. All Rights Reserved.