public class WizardConfig
extends java.lang.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 java.lang.Boolean |
activateAfterCreate |
protected java.lang.Boolean |
createMode |
protected java.lang.Boolean |
createWithinEditor |
protected java.lang.Boolean |
createWithinPopup |
protected java.lang.Boolean |
displaySubtypes |
protected java.lang.Boolean |
selectMode |
protected java.lang.Boolean |
showPrefilledValues |
protected java.lang.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(java.lang.Boolean activateAfterCreate) |
void |
setCreateMode(java.lang.Boolean createMode) |
void |
setSelectMode(java.lang.Boolean selectMode) |
void |
setShowPrefilledValues(java.lang.Boolean showPrefilledValues) |
void |
setValidationInfoIgnored(java.lang.Boolean validationInfoIgnored) |
void |
setWizardPropertyList(WizardPropertyList wizardPropertyList) |
void |
setWizardScript(AfterDoneWizardScript wizardScript) |
protected WizardPropertyList wizardPropertyList
protected AfterDoneWizardScript wizardScript
protected java.lang.Boolean showPrefilledValues
protected java.lang.Boolean createMode
protected java.lang.Boolean selectMode
protected java.lang.Boolean displaySubtypes
protected java.lang.Boolean activateAfterCreate
protected java.lang.Boolean createWithinPopup
protected java.lang.Boolean createWithinEditor
protected java.lang.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(java.lang.Boolean activateAfterCreate)
public void setCreateMode(java.lang.Boolean createMode)
createMode - the createMode to setpublic void setSelectMode(java.lang.Boolean selectMode)
selectMode - the selectMode to setpublic void setShowPrefilledValues(java.lang.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(java.lang.Boolean validationInfoIgnored)
public boolean isValidationInfoIgnored()
Copyright © 2018 SAP SE. All Rights Reserved.