public class WizardConfig extends Object
Java class for content-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="content-element">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="image" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
activateAfterCreate |
protected Boolean |
createMode |
protected Boolean |
createWithinEditor |
protected Boolean |
createWithinPopup |
protected Boolean |
displaySubtypes |
protected Boolean |
selectMode |
protected Boolean |
showPrefilledValues |
protected Boolean |
validationInfoIgnored |
protected WizardPropertyList |
wizardPropertyList |
protected AfterDoneWizardScript |
wizardScript |
| Constructor and Description |
|---|
WizardConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActivateAfterCreate() |
boolean |
getCreateWithinEditor() |
boolean |
getCreateWithinPopup() |
WizardPropertyList |
getWizardPropertyList() |
AfterDoneWizardScript |
getWizardScript() |
boolean |
isCreateMode() |
boolean |
isDisplaySubtypes() |
boolean |
isSelectMode() |
boolean |
isShowPrefilledValues() |
boolean |
isValidationInfoIgnored() |
void |
setActivateAfterCreate(Boolean activateAfterCreate) |
void |
setCreateMode(Boolean createMode) |
void |
setSelectMode(Boolean selectMode) |
void |
setShowPrefilledValues(Boolean showPrefilledValues) |
void |
setValidationInfoIgnored(Boolean validationInfoIgnored) |
void |
setWizardPropertyList(WizardPropertyList wizardPropertyList) |
void |
setWizardScript(AfterDoneWizardScript wizardScript) |
protected WizardPropertyList wizardPropertyList
protected AfterDoneWizardScript wizardScript
protected Boolean showPrefilledValues
protected Boolean createMode
protected Boolean selectMode
protected Boolean displaySubtypes
protected Boolean activateAfterCreate
protected Boolean createWithinPopup
protected Boolean createWithinEditor
protected Boolean validationInfoIgnored
public boolean getCreateWithinPopup()
public boolean getCreateWithinEditor()
public boolean getActivateAfterCreate()
public WizardPropertyList getWizardPropertyList()
public boolean isCreateMode()
public boolean isDisplaySubtypes()
public boolean isSelectMode()
public boolean isShowPrefilledValues()
public void setActivateAfterCreate(Boolean activateAfterCreate)
public void setCreateMode(Boolean createMode)
createMode - the createMode to setpublic void setSelectMode(Boolean selectMode)
selectMode - the selectMode to setpublic void setShowPrefilledValues(Boolean showPrefilledValues)
showPrefilledValues - the showPrefilledValues to setpublic void setWizardPropertyList(WizardPropertyList wizardPropertyList)
wizardPropertyList - the wizardPropertyList to setpublic AfterDoneWizardScript getWizardScript()
public void setWizardScript(AfterDoneWizardScript wizardScript)
public void setValidationInfoIgnored(Boolean validationInfoIgnored)
public boolean isValidationInfoIgnored()
Copyright © 2017 SAP SE. All Rights Reserved.