Class WizardConfig
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.wizard.WizardConfig
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected WizardPropertyListprotected AfterDoneWizardScript -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetActivateAfterCreate(Boolean activateAfterCreate) voidsetCreateMode(Boolean createMode) voidsetSelectMode(Boolean selectMode) voidsetShowPrefilledValues(Boolean showPrefilledValues) voidsetValidationInfoIgnored(Boolean validationInfoIgnored) voidsetWizardPropertyList(WizardPropertyList wizardPropertyList) voidsetWizardScript(AfterDoneWizardScript wizardScript)
-
Field Details
-
wizardPropertyList
-
wizardScript
-
showPrefilledValues
-
createMode
-
selectMode
-
displaySubtypes
-
activateAfterCreate
-
createWithinPopup
-
createWithinEditor
-
validationInfoIgnored
-
-
Constructor Details
-
WizardConfig
public WizardConfig()
-
-
Method Details
-
getCreateWithinPopup
public boolean getCreateWithinPopup() -
getCreateWithinEditor
public boolean getCreateWithinEditor() -
getActivateAfterCreate
public boolean getActivateAfterCreate() -
getWizardPropertyList
- Returns:
- the wizardPropertyList
-
isCreateMode
public boolean isCreateMode()- Returns:
- the createMode
-
isDisplaySubtypes
public boolean isDisplaySubtypes()- Returns:
- the displaySubtypes
-
isSelectMode
public boolean isSelectMode()- Returns:
- the selectMode
-
isShowPrefilledValues
public boolean isShowPrefilledValues()- Returns:
- the showPrefilledValues
-
setActivateAfterCreate
-
setCreateMode
- Parameters:
createMode- the createMode to set
-
setSelectMode
- Parameters:
selectMode- the selectMode to set
-
setShowPrefilledValues
- Parameters:
showPrefilledValues- the showPrefilledValues to set
-
setWizardPropertyList
- Parameters:
wizardPropertyList- the wizardPropertyList to set
-
getWizardScript
-
setWizardScript
-
setValidationInfoIgnored
-
isValidationInfoIgnored
public boolean isValidationInfoIgnored()
-